Compile-time memory footprint of std.algorithm

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 22 23:56:36 PDT 2014


23-Apr-2014 10:39, Walter Bright пишет:
> On 4/22/2014 11:33 PM, Dmitry Olshansky wrote:
>> At a times I really don't know why can't we just drop in a Boehm GC
>> (the stock
>> one, not homebrew stuff) and be done with it. Speed? There is no point
>> in speed
>> if it leaks that much.
>
> I made a build of dmd with a collector in it.
> It destroyed the speed.
> Took it out.

Getting more practical - any chance to use it selectively in CTFE and 
related stuff that is KNOWN to generate garbage?

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list