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 rhettinger
Recipients pitrou, rhettinger, serhiy.storchaka, tim.peters
Date 2015-01-18.01:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421544001.06.0.455791766238.issue23259@psf.upfronthosting.co.za>
In-reply-to
Content
I've observed the generated assembly has fewer instructions on the critical path and that a register was freed-up.  That's enough for me in this case (it's too easy to get trapped in local minimums in timing small changes like this).

Do either of you have a technical comment on the patch?  If it isn't broken or seriously misguided, I will likely apply it shortly.
History
Date User Action Args
2015-01-18 20:41:47rhettingerunlinkissue23259 messages
2015-01-18 01:20:04rhettingersetrecipients: + rhettinger, tim.peters, pitrou, serhiy.storchaka
2015-01-18 01:20:01rhettingersetmessageid: <1421544001.06.0.455791766238.issue23259@psf.upfronthosting.co.za>
2015-01-18 01:20:00rhettingerlinkissue23259 messages
2015-01-18 01:19:59rhettingercreate