Armin Rigo <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1516> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
