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.01:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454722605.08.0.400552138671.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok. Now I'm lost. We have so many patches :-) Which one do you prefer?

To no-ones surprise I prefer fastint5, because it optimizes almost all binary operators on both ints and floats.

inline-2.patch only optimizes just + and - for just ints.  If + and - performance of inline-2 is really important, I suggest to merge it in fastint5, but i'd keep it simple ;)
History
Date User Action Args
2016-02-06 01:36:45yselivanovsetrecipients: + yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, skrah, Yury.Selivanov, serhiy.storchaka, josh.r, zbyrne
2016-02-06 01:36:45yselivanovsetmessageid: <1454722605.08.0.400552138671.issue21955@psf.upfronthosting.co.za>
2016-02-06 01:36:45yselivanovlinkissue21955 messages
2016-02-06 01:36:44yselivanovcreate