This is the mail archive of the gcc-patches@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: Statistics for varray GGC memory consumption


In message <20040119232939.GA7878@kam.mff.cuni.cz>, Jan Hubicka writes:
 >I just killed the old table, but I am attaching new one, where I am half
 >way pusing varrays back to MALLOCed memory.
Ugh.  I really wouldn't spend a lot of time doing that.  As I stated before,
there is a pending design change which would significantly reduce the
amount of varrays and hash tables we maintain in the dominator optimizer.

Plus there's some trivial changes which could be made which would reduce
the silly growing simply by not using varrays in the first place for a
fixed length array.

Let's fix those things before we start mucking around with how varrays
work.

jeff


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