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 mark.dickinson, serhiy.storchaka, socketpair, vstinner, yselivanov
Date 2016-02-12.19:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455306169.73.0.62730655043.issue26342@psf.upfronthosting.co.za>
In-reply-to
Content
> with patch: 0.404usec      without patch: 0.41

Sorry, I made a typo: these results should be flipped -- 0.41-0.404 is the overhead of the fastpath's 'if' check.  I'd say it's a pretty small overhead -- we already optimize all other long ops, including bit inversion.
History
Date User Action Args
2016-02-12 19:42:49yselivanovsetrecipients: + yselivanov, mark.dickinson, vstinner, socketpair, serhiy.storchaka
2016-02-12 19:42:49yselivanovsetmessageid: <1455306169.73.0.62730655043.issue26342@psf.upfronthosting.co.za>
2016-02-12 19:42:49yselivanovlinkissue26342 messages
2016-02-12 19:42:49yselivanovcreate