Garbage collection progress delegate
Frank Benoit
benoit__ at __tionex.de
Mon Apr 10 13:16:59 PDT 2006
> Indeed, you would have to be careful to not allocate memory on the heap.
> Beyond this, I don't think there would be any limitations. There are plenty
> of things that you can do to provide feedback without allocating memory.
The main problem is the moving reference. Without that problem, it would
be much easier to make a concurrent gc not interrupting the program.
More information about the Digitalmars-d
mailing list