[issue4753] Faster opcode dispatch on gcc

Antoine Pitrou report at bugs.python.org
Fri Jan 16 22:59:32 CET 2009


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

Here is an updated patch with a dedicated configure option
(--with-computed-gotos, disabled by default), rather than a compiler
detection switch.

(sorry, the patch is very long because it seems running autoconf changes
a lot of things in the configure script)

Added file: http://bugs.python.org/file12767/threadedceval6.patch

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


More information about the Python-bugs-list mailing list