dmd makes D appear slow
weaselcat via Digitalmars-d
digitalmars-d at puremagic.com
Fri May 29 16:05:38 PDT 2015
On Friday, 29 May 2015 at 22:05:27 UTC, Idan Arye wrote:
>
> For the development cycle too?
I've had LDC edge out dmd in compilation times during development
cycle. dmd sees zero boost from separate object compilation.
Using DCD as an example(because it has not-long not-short build
times,)
initial non-optimized build took 3.10 elapsed with dmd, 5.11 with
ldc.
Changing one file and building took the same amount for dmd but
only 0.43 seconds(430 milliseconds) for ldc.
Bye,
More information about the Digitalmars-d
mailing list