You must be talking about something different to me. I am referring to using the compiler's LTO option to do LTO. I didn't say that's the only way you could get low overhead.
moefh
Right, but traditional LTO is for static linking. How would one even do LTO with a shared library?
TazeTSchnitzelOP
In principle nothing prevents doing it for shared libraries too, if you control them.