[pypy-issue] [issue873] PyPy almost 300 times slower in recursive AST evaluation

Armin Rigo tracker at bugs.pypy.org
Mon Sep 19 10:12:15 CEST 2011


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

I could reproduce on 64-bit linux, were it's incredibly slower to run with the
JIT rather than with "--jit off".  On 32-bit linux for some reason it always
crashes instead of raising StackOverflow; we also have to figure out why...

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


More information about the pypy-issue mailing list