Message 397765 - Python tracker

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.

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