[issue24014] Second pass of PyCode_Optimize

Joe Jevnik report at bugs.python.org
Mon Apr 20 17:28:57 CEST 2015


Joe Jevnik added the comment:

I am actually getting inconsistent results from running benchmark; I am pretty surprised by this. I could look into making the second pass only happen if the code has the CO_OPTIMIZED bit set; however, based on the results I am seeing from the benchmark runs, I am not sure it is worth it. Does the benchmark tool recompile the code every run?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24014>
_______________________________________


More information about the Python-bugs-list mailing list