This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients akuchling, ezio.melotti, georg.brandl, loewis, pitrou
Date 2010-02-17.18:50:13
SpamBayes Score 2.5701572e-08
Marked as misclassified No
Message-id <1266432615.26.0.80005625683.issue7593@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-02-17 18:50:15pitrousetrecipients: + pitrou, loewis, akuchling, georg.brandl, ezio.melotti
2010-02-17 18:50:15pitrousetmessageid: <1266432615.26.0.80005625683.issue7593@psf.upfronthosting.co.za>
2010-02-17 18:50:13pitroulinkissue7593 messages
2010-02-17 18:50:13pitroucreate