manual memory management

Mehrdad wfunction at hotmail.com
Wed Jan 9 13:23:28 PST 2013


On Wednesday, 9 January 2013 at 21:14:56 UTC, Andrei Alexandrescu 
wrote:
> If it holds the actual address you can't implement memory 
> reclamation and keep it safe.
>
> Andrei


You mean because of circular references, or something else?

And are you considering reference counting to be garbage 
collection like Walter does, or are you claiming refcounting 
won't solve this problem but GC will?


More information about the Digitalmars-d mailing list