[issue17781] optimize compilation options

Antoine Pitrou report at bugs.python.org
Tue Sep 22 12:31:19 CEST 2015


Antoine Pitrou added the comment:

> Hum, does it make sense to enable LTO without PGO?

Probably not.

By the way, I now have a small ARM system to play with, and there the gain of LTO+PGO over PGO alone is around 10%.

Also note LTO can make compilation times much longer (it's the linking step actually, which can take minutes).

----------

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


More information about the Python-bugs-list mailing list