[PyPy-issue] [issue703] Pypy runs slower that cpython in a function call cache

Alex Gaynor pypy-dev-issue at codespeak.net
Tue May 3 03:53:18 CEST 2011


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

Maciej and I looked at this.  On PyPy this spends 80% of its time in the GC, and 
indeed if you run it on CPython 2.6 it's super slow, so the GC optimizations from 
2.7 seem to really help.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue703>
_______________________________________________________



More information about the Pypy-issue mailing list