Memory management design

Dicebot public at dicebot.lv
Wed Jul 10 03:49:03 PDT 2013


On Wednesday, 10 July 2013 at 10:40:10 UTC, JS wrote:
> ...

@nogc itself does not help here as this code will still be 
affected by stop-the-world. Those issues are related, but not 
directly.

It will help to avoid memory leaks when you switch the GC off 
though.


More information about the Digitalmars-d mailing list