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 nascheme
Recipients gregory.p.smith, methane, nascheme, pablogsal, tianon
Date 2019-07-11.08:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562832985.01.0.257530624468.issue36044@roundup.psfhosted.org>
In-reply-to
Content
I tweaked the list of unit tests a little more, trying to incorporate some from your Docker build settings.  Not sure what's going on with the pickle results.  Below are new pyperformance runs, comparing my PR to the "master" version it is based on.

I added the --with-profile-task configure option.  If someone really wants to wait for a long build to gain a tiny bit of extra speed, that makes it pretty easy to do so.

BTW, I tried making the --pgo disable most of the gc_collect() calls.  It doesn't actually make much difference in profile generation time so I discarded those changes.
History
Date User Action Args
2019-07-11 08:16:25naschemesetrecipients: + nascheme, gregory.p.smith, methane, pablogsal, tianon
2019-07-11 08:16:25naschemesetmessageid: <1562832985.01.0.257530624468.issue36044@roundup.psfhosted.org>
2019-07-11 08:16:24naschemelinkissue36044 messages
2019-07-11 08:16:24naschemecreate