Proposal: Exceptions and @nogc

Jack Stouffer via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 3 07:27:47 PDT 2017


On Monday, 3 April 2017 at 14:20:48 UTC, Kagamin wrote:
> On Monday, 3 April 2017 at 13:43:35 UTC, Jack Stouffer wrote:
>> Also, half of the nogc purists aren't going to be using 
>> druntime anyway.
>
> druntime is not GC.
> C++ uses quite sizable runtime >1mb.

I don't know if you've been following some of the discussions 
here and on Learn, but there are a couple of people now 
link-hacking druntime completely out of their binaries in order 
to avoid implicit GC calls and implicit copying.


More information about the Digitalmars-d mailing list