What's blocking DDMD?

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 22 08:07:32 PDT 2014


"Daniel Murphy"  wrote in message news:lqlugc$7l7$1 at digitalmars.com...

> The crash when using the GC as the allocator seems to have gone away (!!) 
> so it may have been one of the others in disguise.

Wait I take that back.  It still crashes when using the GC and GC 
collections enabled.

Usually it uses Walter's bump-pointer allocator for classes, malloc/free for 
most buffers, and the GC (with collections disabled) for structs and some 
misc allocations.

I don't know why enabling the GC makes it crash. 



More information about the Digitalmars-d mailing list