Thoughts on a Future Garbage Collector

Rikki Cattermole via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 11 17:45:47 PST 2015


On 12/12/15 7:51 AM, Jakob Jenkov wrote:
>> A little something I've been working on for making into a DIP:
>> http://wiki.dlang.org/User:Alphaglosined/ManagedMemory
>>
>> Would it be to your liking?
>
>
> I don't know - what does it do? I am pretty new to D... !

It is not DIP ready, but basically would allow at runtime annotating 
some memory with behavior e.g. allocation strategy, when to deallocate ext.

It would also almost force 'ownership' on it.


More information about the Digitalmars-d mailing list