[issue4896] Faster why variable manipulation in ceval.c

Antoine Pitrou report at bugs.python.org
Fri Jan 9 19:31:22 CET 2009


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

I get a 3% speedup on x86-64 with gcc 4.3.2.
The label "why_not_here" should be renamed to something more meaningful
IMO. Or you could just kill the label and use "continue" instead.

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

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


More information about the Python-bugs-list mailing list