Hacker News new | ask | show | jobs
by uecker 524 days ago
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.