Two ideas for faster builds
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jun 11 00:13:00 PDT 2015
On Thursday, 11 June 2015 at 07:07:34 UTC, Jacob Carlborg wrote:
> But it allocates using the GC?
Depends. The DMD-built one forgoes the GC for the
bump-the-pointer allocator by providing alternate implementations
for the relevant druntime functions (_d_newclass and so on).
However, Daniel and I disabled this in the LDC build for
unrelated reasons, and it did not seem to make any difference at
all performance-wise for building the Phobos unittests.
- David
More information about the Digitalmars-d
mailing list