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 corona10
Recipients FFY00, corona10, gregory.p.smith, holmanb
Date 2021-07-18.23:18:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626650333.75.0.665169849373.issue44340@roundup.psfhosted.org>
In-reply-to
Content
FYI, Thin LTO shows enhanced build time.


Full LTO (./configure --with-lto=full CC=clang)
real	2m33.740s
user	8m25.695s
sys	0m13.124s

Thin LTO (./configure --with-lto=thin CC=clang)
real	1m51.867s
user	12m53.694s
sys	0m12.786s
History
Date User Action Args
2021-07-18 23:18:53corona10setrecipients: + corona10, gregory.p.smith, FFY00, holmanb
2021-07-18 23:18:53corona10setmessageid: <1626650333.75.0.665169849373.issue44340@roundup.psfhosted.org>
2021-07-18 23:18:53corona10linkissue44340 messages
2021-07-18 23:18:53corona10create