Message 251305 - Python tracker (original) (raw)
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).