Profiling DMD's Compilation Time with dmdprof

Walter Bright newshound2 at digitalmars.com
Thu Nov 8 08:08:56 UTC 2018


On 11/7/2018 11:41 PM, Manu wrote:
> I'm on an i7 with 8 threads and plenty of ram... although threads are
> useless, since DMD only uses one ;)

So does every other compiler.

To do a multicore build, you'll need to use a makefile that supports -j.



More information about the Digitalmars-d-announce mailing list