[issue6033] LOOKUP_METHOD and CALL_METHOD optimization

Antoine Pitrou report at bugs.python.org
Sat May 16 16:25:06 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Similar results here.
With the patch:

Richards benchmark (Python) starting... [<function entry_point at
0x7fc15b3f5848>]
finished.
Total time for 4 iterations: 1.78 secs
Average time per iteration: 443.90 ms

Without the patch:

Richards benchmark (Python) starting... [<function entry_point at
0x7f8b9fb20848>]
finished.
Total time for 4 iterations: 2.02 secs
Average time per iteration: 503.79 ms

----------

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


More information about the Python-bugs-list mailing list