Hacker News new | ask | show | jobs
by kccqzy 721 days ago
I do not know of any compiler that can compile different parts of a translation unit in parallel. But plenty of systems (including the venerable `make -j`) can compile separate translation units in parallel because they are independent.