[issue44340] Add support for building cpython with clang thin lto

Dong-hee Na report at bugs.python.org
Sun Jul 18 19:18:53 EDT 2021


Dong-hee Na <donghee.na at python.org> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44340>
_______________________________________


More information about the Python-bugs-list mailing list