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, akuchling, 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-04-10.02:15:39
SpamBayes Score 0.00086991815
Marked as misclassified No
Message-id <1239329742.05.0.434382665624.issue4753@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, in my testing the "loss" of the HAS_ARG() optimisation in my
patch appears to have negligible cost on i386, but starts to look
significant on amd64.

On an Intel E8200 cpu running FreeBSD 7.1 amd64, with gcc 7.2.1 and the
3.1a2 sources, the computed goto version is ~8% faster (average time of
all rounds) for pybench (with warp factor set to 3 rather than the
default 10, to get the round time up over 10s) than without computed
gotos.  With my patch applied, the computed goto version is ~5.5% faster
than without computed gotos by the same measure.  On this platform,
Pystone rates at ~86k (no computed gotos), ~85k (computed gotos) and
~82k (computed gotos + my patch).

For comparison, this machine running Windows XP (32 bit) with the
python.org builds rates ~92k pystones for 2.6.1 and ~81k for 3.1a2. 
Pybench isn't distributed in the MSI installers :-(
History
Date User Action Args
2009-04-10 02:15:42aimacintyresetrecipients: + aimacintyre, lemburg, skip.montanaro, akuchling, 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-04-10 02:15:42aimacintyresetmessageid: <1239329742.05.0.434382665624.issue4753@psf.upfronthosting.co.za>
2009-04-10 02:15:40aimacintyrelinkissue4753 messages
2009-04-10 02:15:39aimacintyrecreate