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 mdionisio
Recipients Ringding, aimacintyre, ajaksu2, akuchling, bboissin, belopolsky, blaisorblade, christian.heimes, collinwinter, djc, facundobatista, ggenellina, gregory.p.smith, jab, jcea, jyasskin, kevinwatters, lemburg, mdionisio, pitrou, ralph.corderoy, rhettinger, skip.montanaro, spiv, theatrus
Date 2009-07-18.19:58:12
SpamBayes Score 1.998871e-05
Marked as misclassified No
Message-id <1247947094.19.0.945640940448.issue4753@psf.upfronthosting.co.za>
In-reply-to
Content
I have patch the code of python3.1 to use computed goto tecnique also
with Visual Studio. The performance result is not good (I really don't
know why). But it is a good work-araound for use the computed goto also
on windows.
The only diffentes is that the opcode_targets vector is filled at run-time.
History
Date User Action Args
2009-07-18 19:58:14mdionisiosetrecipients: + mdionisio, lemburg, skip.montanaro, akuchling, collinwinter, rhettinger, facundobatista, gregory.p.smith, jcea, spiv, aimacintyre, belopolsky, ggenellina, pitrou, christian.heimes, ajaksu2, jyasskin, kevinwatters, djc, ralph.corderoy, bboissin, blaisorblade, theatrus, Ringding, jab
2009-07-18 19:58:14mdionisiosetmessageid: <1247947094.19.0.945640940448.issue4753@psf.upfronthosting.co.za>
2009-07-18 19:58:12mdionisiolinkissue4753 messages
2009-07-18 19:58:12mdionisiocreate