I have made a discovery

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 21 15:53:15 PDT 2015


On Saturday, 18 April 2015 at 15:24:27 UTC, w0rp wrote:
> @nogc
> void main() {
>     throw new Foo("Oh no!");
> }

Though until https://issues.dlang.org/show_bug.cgi?id=14119 is 
resolved the tracehandler GC allocates anyhow.
Why are malloc exceptions better then gc exceptions? Are you 
throwing so many of them that the GC becomes a bottleneck :)?


More information about the Digitalmars-d mailing list