[issue4753] Faster opcode dispatch on gcc
Antoine Pitrou
report at bugs.python.org
Tue Mar 31 14:58:49 CEST 2009
Antoine Pitrou <pitrou at free.fr> added the comment:
Andrew, your patch disables the optimization that HAS_ARG(op) is a
constant when op is known by the compiler (that is, inside a
"TARGET_##op" label), so I'd rather keep the version which is currently
in SVN.
----------
versions: -Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4753>
_______________________________________
More information about the Python-bugs-list
mailing list