LTO
LTO
Posted Aug 29, 2014 21:07 UTC (Fri) by nix (subscriber, #2304)In reply to: LTO by anselm
Parent article: Kernel tinification
Not only do they do that -- they even do things like #include files that declare structure types with the same name but different members depending on #defines that vary per translation unit.
There's no *way* you can handle that in the same TU.