DIP60: @nogc attribute

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 15 12:55:57 PDT 2014


On 4/15/2014 12:44 PM, John Colvin wrote:
> What about GC calls that cannot cause a collection? Do they even exist?

All functions not marked as @nogc cannot be called from @nogc functions.

Of course, the person adding @nogc attributes to code inside the GC had better 
know what they're doing.


More information about the Digitalmars-d mailing list