On 7/24/06, Laurynas Biveinis <[EMAIL PROTECTED]> wrote:

[How is it that setting pointers] to NULL can
actually increase peak GC memory usage?

I'll guess that during collection phases, the list of
collectible structures becomes longer.

GCC is just too huge to try and implement reference counting
just to see what it would do, right?  All managed structures would have
to include a base class with the count in it and all new references would
have to be through a macro...

Reply via email to