Y
Hacker News
new
|
ask
|
show
|
jobs
by
boomlinde
2233 days ago
It's only at link time that object will depend on another, so you don't need a new compiler to support a "cloud" use case where any number of machines can work on compilation.
1 comments
cwzwarich
2233 days ago
A lot of large C++ projects use link-time optimization, since it's the easiest way to get predictably good performance.
link