[pypy-issue] [issue1067] Performance on Stack-Based VM machine

Justin Peel tracker at bugs.pypy.org
Wed Feb 22 05:54:34 CET 2012


Justin Peel <peelpy at gmail.com> added the comment:

I've attached a simpler code (simpletest.py) that gets down to the problem here 
in my opinion. From what I have seen it is a problem with the JIT spending most 
of its time trying to optimize the code - not tracing, optimizing. Small changes 
can really help the JIT to figure it out.. like adding an extra letter that 
isn't d, e, or f to the string passed to execute() or changing one of the if 
statements.

----------
nosy: +justinpeel
status: unread -> chatting

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


More information about the pypy-issue mailing list