Y
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
johannes1234321
524 days ago
Linker is something different from Compiler (even if often called via same Frontend)
link
uecker
524 days ago
The linker invokes the compiler again.
link