[issue25702] Link Time Optimizations support for GCC and CLANG

Gregory P. Smith report at bugs.python.org
Fri Mar 4 19:44:43 EST 2016


Gregory P. Smith added the comment:

Piping up from the peanut gallery here:

If your use case is not doing release builds for production use, i.e. "casual use", don't bother with either PGO or LTO.  It won't matter.

Your final build that you Q&A ship should absolutely use those. (nobody's going to disagree with that :)

While I would not reject changes that allow --with-lto to work in the absence of PGO, but I don't think it should be anyone's priority.

----------

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


More information about the Python-bugs-list mailing list