Two ideas for faster builds
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 10 23:32:51 PDT 2015
On Thursday, 11 June 2015 at 01:43:22 UTC, weaselcat wrote:
> dmd's build times are hurt by its current allocation strategy,
> tons of pagefaults. I'm actually surprised that ddmd isn't
> running circles around it by virtue of having a GC.
DDMD currently runs with the GC disabled, as it would crash
otherwise (probably because the only reference to an object is
held by C++ code sometimes).
- David
More information about the Digitalmars-d
mailing list