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 pitrou
Recipients lemburg, loewis, pitrou
Date 2009-01-07.18:05:18
SpamBayes Score 0.1141628
Marked as misclassified No
Message-id <1231351519.42.0.0637043822805.issue4868@psf.upfronthosting.co.za>
In-reply-to
Content
As I said I don't think it's due to register allocation, but simply
avoiding register write-to-read dependencies by using separate variables
for the loop count and the pointer. I'm gonna try under Windows (in a
virtual machine, but it shouldn't make much difference since the
workload is CPU-bound).

I've open a Rietveld issue here: http://codereview.appspot.com/11681
History
Date User Action Args
2009-01-07 18:05:19pitrousetrecipients: + pitrou, lemburg, loewis
2009-01-07 18:05:19pitrousetmessageid: <1231351519.42.0.0637043822805.issue4868@psf.upfronthosting.co.za>
2009-01-07 18:05:18pitroulinkissue4868 messages
2009-01-07 18:05:18pitroucreate