This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [boehms-gc] Performance results


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]