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.