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 vstinner
Recipients mark.dickinson, pitrou, skrah, vstinner
Date 2013-08-12.22:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376345108.67.0.677813398915.issue18722@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for removal of the register keyword.

I hope that nowadays, no compiler needs register hint to be able to optimize correctly a function. GCC knows better than me which variables must be "optimized".
History
Date User Action Args
2013-08-12 22:05:08vstinnersetrecipients: + vstinner, mark.dickinson, pitrou, skrah
2013-08-12 22:05:08vstinnersetmessageid: <1376345108.67.0.677813398915.issue18722@psf.upfronthosting.co.za>
2013-08-12 22:05:08vstinnerlinkissue18722 messages
2013-08-12 22:05:08vstinnercreate