Y
Hacker News
new
|
ask
|
show
|
jobs
by
yencabulator
1 day ago
I would assume that compilers these days are likely to have internal parallelism too.
1 comments
menaerus
1 day ago
They do but the order of compiling the object files does not matter, at least not in C or C++ compilation model.
link