back

by uecker·1y ago·view on hn ↗
A compiler can still have access to the internal layout in C via link-time optimization.
1 comments
Linker is something different from Compiler (even if often called via same Frontend)
The linker invokes the compiler again.