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 mark.dickinson
Recipients christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-02-18.20:08:18
SpamBayes Score 4.1397772e-05
Marked as misclassified No
Message-id <1234987700.48.0.844891266846.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
Gregory, are you sure you didn't swap the 30-bit and 30-bit+opt results?  On OS X/Core 2 Duo my timings are the other way around:  30bit is 
significantly slower than unpatched, 30bit+opt is a little faster than 
unpatched.  Here are sample numbers:

Macintosh-3:py3k-30bit-opt dickinsm$ ./python.exe ../pidigits_noprint.py 
Time; 2181.3 ms
Macintosh-3:py3k-30bit dickinsm$ ./python.exe ../pidigits_noprint.py 2000
Time; 2987.9 ms
Macintosh-3:py3k dickinsm$ ./python.exe ../pidigits_noprint.py 2000
Time; 2216.2 ms
History
Date User Action Args
2009-02-18 20:08:20mark.dickinsonsetrecipients: + mark.dickinson, loewis, collinwinter, gregory.p.smith, pitrou, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-18 20:08:20mark.dickinsonsetmessageid: <1234987700.48.0.844891266846.issue4258@psf.upfronthosting.co.za>
2009-02-18 20:08:18mark.dickinsonlinkissue4258 messages
2009-02-18 20:08:18mark.dickinsoncreate