[issue23259] Remove dummy reuse optimization from sets

Raymond Hettinger report at bugs.python.org
Sun Jan 18 02:20:01 CET 2015


Raymond Hettinger added the comment:

I've observed the generated assembly has fewer instructions on the critical path and that a register was freed-up.  That's enough for me in this case (it's too easy to get trapped in local minimums in timing small changes like this).

Do either of you have a technical comment on the patch?  If it isn't broken or seriously misguided, I will likely apply it shortly.

----------
nosy: +tim.peters

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


More information about the Python-bugs-list mailing list