[issue18813] Speed up slice object processing

Stefan Behnel report at bugs.python.org
Thu Aug 22 23:48:47 CEST 2013


Stefan Behnel added the comment:

And in fact, callgrind shows an *increase* in the number of instructions executed for the "use locals" patch (898M with vs. 846M without that patch when running the fannkuch benchmark twice). That speaks against making that change, I guess.

----------

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


More information about the Python-bugs-list mailing list