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.23:45:31
SpamBayes Score 2.7802373e-06
Marked as misclassified No
Message-id <1235000733.14.0.452348784274.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
new results after fixing my longdigit13 build to use 30 bits instead of 
15 (the configure script in longdigit13+optimizations didn't work right, 
i had to manually add the #define to pyconfig.h)

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

thats much saner.
History
Date User Action Args
2009-02-18 23:45:33gregory.p.smithsetrecipients: + gregory.p.smith, loewis, collinwinter, mark.dickinson, pitrou, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-18 23:45:33gregory.p.smithsetmessageid: <1235000733.14.0.452348784274.issue4258@psf.upfronthosting.co.za>
2009-02-18 23:45:31gregory.p.smithlinkissue4258 messages
2009-02-18 23:45:31gregory.p.smithcreate