[issue7593] Computed-goto patch for RE engine

Antoine Pitrou report at bugs.python.org
Wed Feb 17 19:50:15 CET 2010


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

You should disassemble the output (or produce assembler from gcc) and check that the various indirect jumps at the end of each case block don't get merged into a single shared indirect jump.

Or perhaps it's simply that regular expression matching isn't really sensitive to bytecode dispatch overhead.

----------

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


More information about the Python-bugs-list mailing list