[issue1492860] Integer bit operations performance improvement.

Antoine Pitrou report at bugs.python.org
Tue Apr 28 23:52:54 CEST 2009


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

I don't think it's a good thing to special-case bitwise operations in
the ceval loop. It will make the whole thing less instruction
cache-friendly, just for the purpose of speeding up some very uncommon
operations.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list