[issue4753] Faster opcode dispatch on gcc

Antoine Pitrou report at bugs.python.org
Sat Dec 27 14:29:26 CET 2008


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

This new patch uses a statically initialized jump table rather than
specific initialization code.

Added file: http://bugs.python.org/file12474/threadedceval2.patch

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


More information about the Python-bugs-list mailing list