[issue25702] Link Time Optimizations support for GCC and CLANG

Steve Dower report at bugs.python.org
Wed Jan 20 13:02:23 EST 2016


Steve Dower added the comment:

MSVC has had Link-Time Code Generation for many releases, and it should have been used for all 2.7 releases (definitely used in 3.5+) to optimize references between object files. I assume this is equivalent to LTO.

We currently don't use PGO in the official Windows builds, but it is a supported build configuration.

----------

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


More information about the Python-bugs-list mailing list