[issue25702] Link Time Optimizations support for GCC and CLANG

Gregory P. Smith report at bugs.python.org
Fri Apr 15 20:16:25 EDT 2016


Gregory P. Smith added the comment:

What i committed for 3.5 and 3.6 matches lto-cpython3-v04.patch which just adds --with-lto support.  2.7 still needs to be patched.

For reference: Using ubuntu's gcc 5.2.1 i was seeing a 2-3% performance increase in the resulting LTO binary vs a plain profile-opt PGO build.  That'll vary based on arch and compiler toolchain.

----------
assignee:  -> gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25702>
_______________________________________


More information about the Python-bugs-list mailing list