Profiling DMD's Compilation Time with dmdprof

Jacob Carlborg doob at me.com
Thu Nov 8 17:25:06 UTC 2018


On 2018-11-08 05:16, Manu wrote:

> 4 seconds? That's just untrue. D is actually kinda slow these days...
> In my experience it's slower than modern C++ compilers by quite a lot.

This is my result on macOS:

$ $ make -f posix.mak clean
$ time make -f posix.mak -j 16
real	0m3.127s
user	0m5.478s
sys	0m1.686s

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list