Hacker News new | ask | show | jobs
by psychphysic 1252 days ago
Very interesting isn't it.

So LTO would remove code it considers unreachable (but really whole functions)? And that did it rather than reshuffling code for cache purposes (which is what LTO does in my mind).

Cant LTO just be turned off for the QT objects in the interim?