[boehms-gc] Performance results

David Nicol davidnicol@gmail.com
Tue Jul 25 17:35:00 GMT 2006


On 7/24/06, Laurynas Biveinis <laurynas.biveinis@gmail.com> 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...



More information about the Gcc mailing list