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 aimacintyre
Recipients Ringding, aimacintyre, ajaksu2, alexandre.vassalotti, bboissin, belopolsky, blaisorblade, christian.heimes, collinwinter, djc, facundobatista, ggenellina, gregory.p.smith, jab, jyasskin, kevinwatters, lemburg, mark.dickinson, pitrou, ralph.corderoy, rhettinger, skip.montanaro, spiv, theatrus
Date 2009-03-22.07:37:22
SpamBayes Score 3.1060238e-10
Marked as misclassified No
Message-id <1237707454.52.0.135908815003.issue4753@psf.upfronthosting.co.za>
In-reply-to
Content
Out of interest, the attached patch against the py3k branch at r70516
cleans up the threaded code changes a little:
- gets rid of TARGET_WITH_IMPL macro;
- TARGET(op) is followed by a colon, so that it looks like a label (for
editors that make use of that).

On my systems (all older AMD with old versions of gcc), this patch has
performance slightly better than SVN r70516, and performance is
usually very close to the NO_COMPUTED_GOTOS build.
History
Date User Action Args
2009-03-22 07:37:36aimacintyresetrecipients: + aimacintyre, lemburg, skip.montanaro, collinwinter, rhettinger, facundobatista, gregory.p.smith, spiv, mark.dickinson, belopolsky, ggenellina, pitrou, christian.heimes, ajaksu2, alexandre.vassalotti, jyasskin, kevinwatters, djc, ralph.corderoy, bboissin, blaisorblade, theatrus, Ringding, jab
2009-03-22 07:37:34aimacintyresetmessageid: <1237707454.52.0.135908815003.issue4753@psf.upfronthosting.co.za>
2009-03-22 07:37:30aimacintyrelinkissue4753 messages
2009-03-22 07:37:29aimacintyrecreate