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 yselivanov
Recipients Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-06.00:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454717427.82.0.669811047653.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is the new version of fastint5 patch.  I fixed most of the review comments.  I also optimized %, << and >> operators.  I didn't optimize other operators because they are less common.  I guess we have to draw a line somwhere...

Victor, thanks a lot for your suggestion to drop NB_SLOT etc macros!  Without them the code is even simpler.
History
Date User Action Args
2016-02-06 00:10:27yselivanovsetrecipients: + yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, skrah, Yury.Selivanov, serhiy.storchaka, josh.r, zbyrne
2016-02-06 00:10:27yselivanovsetmessageid: <1454717427.82.0.669811047653.issue21955@psf.upfronthosting.co.za>
2016-02-06 00:10:27yselivanovlinkissue21955 messages
2016-02-06 00:10:27yselivanovcreate