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 gregory.p.smith
Recipients christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-02-18.19:36:19
SpamBayes Score 2.4399242e-05
Marked as misclassified No
Message-id <1234985781.99.0.192582703492.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
On 32-bit x86 (1.4Ghz Efficeon) using gcc 4.3.2-1ubuntu12 I see the 
following perf with pidigits_noprint 2000:

py3k:
baseline   longdigit14    longdigit13+optimizations
3709 ms    3664ms         4545ms

Those were from the best of five runs after a warmup loop while the 
system was idle.  --enable-big-digits was passed to configure and 
sys.int_info confirmed it was 30bits on the longdigit versions.

baseline is entirely unpatched.
History
Date User Action Args
2009-02-18 19:36:22gregory.p.smithsetrecipients: + gregory.p.smith, loewis, collinwinter, mark.dickinson, pitrou, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-18 19:36:21gregory.p.smithsetmessageid: <1234985781.99.0.192582703492.issue4258@psf.upfronthosting.co.za>
2009-02-18 19:36:20gregory.p.smithlinkissue4258 messages
2009-02-18 19:36:19gregory.p.smithcreate