Re: [pypy-dev] pypy

2013-05-28 Thread Davide Setti
On Tue, May 28, 2013 at 11:19 AM, Samir Tigrine wrote: > It is compatible with zope ? https://bitbucket.org/pypy/compatibility/wiki/Home#!frameworks-and-application-servers Regards -- Davide Setti code: http://github.com/vad ___ pypy-dev mailing l

Re: [pypy-dev] JITability

2012-01-30 Thread Davide Setti
question: what about using 1 and 0 instead of True and False? In (your) jitviewer i see that the "infinite while loops" 'while 1' is better than 'while True'. Am i right? Is it faster in the validatePhone case too? Is it possible to remove this (very small) overhead

[pypy-dev] 404 and DEBUG=True on speed.pypy.org

2011-11-04 Thread Davide Setti
Hi, If i click on the permalink link on http://speed.pypy.org/timeline/#/?exe=3,6,1,5&base=2+472&ben=grid&env=1&revs=200&equid=off i get: http://speed.pypy.org/timeline/?exe=3%2C6%2C1%2C5&base=2%2B472&ben=grid&env=1&revs=200&equid=off DEBUG=True is not

Re: [pypy-dev] Is PyPy appropriate for Django?

2011-08-25 Thread Davide Setti
): https://bugs.pypy.org/issue844 Regards -- Davide Setti blog: http://blog.flatlandia.eu code: http://github.com/vad ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] pypy and PIL

2011-06-25 Thread Davide Setti
-march=core2 -msse4.1 -w -pipe -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes $ pypy -c "from distutils import sysconfig; print sysconfig.get_config_var('CFLAGS')" None I use osX. You can find the traceback on https://gist.github.com/1046409 Thanks -- Davide Set