[pypy-issue] [issue1516] Pure Python Interpreter slow

Armin Rigo tracker at bugs.pypy.org
Sun Jun 16 19:23:11 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

It might be a misunderstanding of "the JIT needs warm-up": it runs for around
0.05 seconds.  By adding a loop, repeating 100 or 1000 times
"machine.load_cartridge() and .run()" in testing.py, the result is respectively
1.5x faster and 3x faster on PyPy than on CPython.

----------
status: unread -> invalid

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1516>
________________________________________


More information about the pypy-issue mailing list