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, gregory.p.smith, mark.dickinson, tim.peters, trevp
Date 2009-02-20.16:25:58
SpamBayes Score 2.6861499e-05
Marked as misclassified No
Message-id <1235147159.97.0.880055269711.issue936813@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I'd be interested to know if you (Trevor) have any thoughts on 
the multiplication optimizations that are in the patch

30bit_longdigit13+optimizations.patch

in the issue 4258 discussion.  These have been giving me some quite
spectacular speedups (4 or 5 times faster) for multiplication on
64-bit machines; smaller speedups on 32-bit.  Currently, those speedups
render your earlier special-case-squaring patch obsolete;  I wonder
whether there's a way to get the same speedup for squaring.
History
Date User Action Args
2009-02-20 16:26:00mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, gregory.p.smith, trevp, christian.heimes
2009-02-20 16:25:59mark.dickinsonsetmessageid: <1235147159.97.0.880055269711.issue936813@psf.upfronthosting.co.za>
2009-02-20 16:25:58mark.dickinsonlinkissue936813 messages
2009-02-20 16:25:58mark.dickinsoncreate