Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
noselasd
6y ago
0 comments
Save
Share
C++ compilers are normally single threaded, so you launch as many instances of the compiler as you can and make them compile different files in parallell
0 comments
1 comments · 1 top-level
top
newest
oldest
neuromancer2701
6y ago
If your code base is 1000+ c/cpp files each of these needs to be compiled into an o file so all of that can be done in parallel.
j
/
k
navigate · click thread line to collapse