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 pablogsal
Recipients brett.cannon, pablogsal, rhettinger, serhiy.storchaka
Date 2019-06-15.16:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560617939.53.0.485514677813.issue37271@roundup.psfhosted.org>
In-reply-to
Content
We can add a #define for a maximum numbers of iterations. The pyperformance test suite shows speed ups of 2-3% without PGO/LTO. I will ran more concise experiments including PGO but even with a max cap of iterations (10 in my experiments) we get nice improvements without much more complexity.
History
Date User Action Args
2019-06-15 16:58:59pablogsalsetrecipients: + pablogsal, brett.cannon, rhettinger, serhiy.storchaka
2019-06-15 16:58:59pablogsalsetmessageid: <1560617939.53.0.485514677813.issue37271@roundup.psfhosted.org>
2019-06-15 16:58:59pablogsallinkissue37271 messages
2019-06-15 16:58:59pablogsalcreate