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 mpaolini
Recipients christian.heimes, ezio.melotti, methane, mpaolini, pablogsal, rhettinger, serhiy.storchaka, steve.dower
Date 2019-07-30.00:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564447460.82.0.322462860952.issue37587@roundup.psfhosted.org>
In-reply-to
Content
On gcc, running the tests above, the only change that is relevant for speedup is switching around the strict check. Removing the extra MOV related to the outer "c" variable is not significant (at least on gcc and the few tests I did)

Unfortunately I had to change the patch we did together during the sprint because it was breaking the strict check logic...

I updated my PR accordingly, kept only the bare minimum.
History
Date User Action Args
2019-07-30 00:44:20mpaolinisetrecipients: + mpaolini, rhettinger, christian.heimes, ezio.melotti, methane, serhiy.storchaka, steve.dower, pablogsal
2019-07-30 00:44:20mpaolinisetmessageid: <1564447460.82.0.322462860952.issue37587@roundup.psfhosted.org>
2019-07-30 00:44:20mpaolinilinkissue37587 messages
2019-07-30 00:44:20mpaolinicreate