The "no gc" crowd

Walter Bright newshound2 at digitalmars.com
Tue Oct 8 15:37:27 PDT 2013


On 10/8/2013 9:22 AM, Dicebot wrote:
> It is simply "@nogc" which is lacking but absolutely
> mandatory.

Adding @nogc is fairly simple. The trouble, though, is (like purity) it is 
transitive. Every function an @nogc function calls will also have to be @nogc. 
This will entail a great deal of work updating phobos/druntime to add those 
annotations.


More information about the Digitalmars-d mailing list