Garbage collection, and practical strategies to avoid allocation

Steven Schveighoffer schveiguy at yahoo.com
Mon Jun 3 08:14:14 PDT 2013


On Sat, 01 Jun 2013 07:10:07 -0400, Michel Fortin  
<michel.fortin at michelf.ca> wrote:

> On 2013-06-01 02:02:53 +0000, Manu <turkeyman at gmail.com> said:
>
>>   * find a solution for deterministic embedded garbage collection
>
> I think reference counting while still continuing to use the current GC  
> to release cycles is the way to go. It wouldn't be too hard to implement.
>

+1

I was going to write this exact post, but you already did :)

-Steve


More information about the Digitalmars-d mailing list