[issue2262] Helping the compiler avoid memory references in PyEval_EvalFrameEx

Skip Montanaro report at bugs.python.org
Mon Mar 10 02:43:51 CET 2008


Skip Montanaro <skip at pobox.com> added the comment:

Pybench doesn't show much difference for me, about 0.1% better on minimum
times.  A few tests are quite a bit worse (> 10%) with the patch
(Recursion, SimpleFloatArithmetic, StringPredicates, TryFinally).  A few
are quite a bit better (CompareFloatsIntegers, CompareIntegers,
DictWithFloatKeys).

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2262>
__________________________________


More information about the Python-bugs-list mailing list