Build all at once or…

Jacob Carlborg doob at me.com
Sun Dec 22 04:19:52 PST 2013


On 2013-12-22 10:03, Jonathan M Davis wrote:

> 1. Unless you compile each of the separate files in parallel, it's faster to
> compile everything at once, because you avoid having to reprocess all of the
> imported modules. Parallel compiling still has to do all of that work, but the
> gains from compiling multiple at the same time will likely offset it.

This probably also depends on how many files that need to be compiled. 
If there are many files it might be a good idea to compile a couple of 
files in parallel. It might be interesting to do some experimentation.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list