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 casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-03.19:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454527593.2.0.571016269773.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
> Fast patch is already implemented in long_mul(). May be we should just use this function if both arguments are exact int, and apply the switch optimization inside.

Agree.

BTW, what do you think about using __int128 when available?  That way we can also optimize twodigit PyLongs.
History
Date User Action Args
2016-02-03 19:26:33yselivanovsetrecipients: + yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, serhiy.storchaka, josh.r, zbyrne
2016-02-03 19:26:33yselivanovsetmessageid: <1454527593.2.0.571016269773.issue21955@psf.upfronthosting.co.za>
2016-02-03 19:26:33yselivanovlinkissue21955 messages
2016-02-03 19:26:33yselivanovcreate