Just listened to Mr. Lucarella's Garbage Collection Presentation and ...

Ali Çehreli acehreli at yahoo.com
Tue May 21 08:42:43 PDT 2013


On 05/21/2013 08:18 AM, WhatMeWorry wrote:

 > Is a Garbage Collector written without garbage collection?

Without knowing the details, I wouldn't be surprised. There are various 
memory management schemes. Here is a short article that lists some of them:

   http://dlang.org/memory.html

Unfortunately, it is pretty dated. Somebody should click [Improve this 
page] and fix some parts of it. :p At least the "scope storage class" is 
now replaced by Phobos's 'scoped'.

Ali



More information about the Digitalmars-d-learn mailing list