[pypy-dev] PHP interpreter and rdict performance

Armin Rigo arigo at tunes.org
Thu May 12 21:29:18 CEST 2011


Hi Alex,

On Thu, May 12, 2011 at 8:15 PM, Alex Şuhan <alex.suhan at gmail.com> wrote:
> Hello. We're working on a tracing JIT for PHP using PyPy
> (https://bitbucket.org/asuhan/happy).

:-)

> While we’re not expecting dictionaries to benefit from JIT magic, it’s a
> little strange that the “baseline” performance is not up to par. Is there a
> way of circumventing this issue?

I cannot reproduce the issue.  I tried on Linux, a 32-bit and 64-bit
pypy-c's version 1.5, compared to a 32-bit and 64-bit CPython 2.7, and
the former is 20%-30% faster than the latter on your example...  Could
the problem be on the OSX or Windows pypy-c?


A bientôt,

Armin.


More information about the pypy-dev mailing list