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: [tree-ssa] Memory usage on the rise again


On Friday 12 December 2003 04:14, law@redhat.com wrote:
> So I go away for 2 days and when I return, memory usage on Gerald's
> testcase for the tree-ssa branch has risen 5% (both in terms of
> total memory allocated by the GC system and in terms of persistent
> memory allocated by the GC system).
>
> I would like to ask that folks start looking closely at their changes
> to see how they impact the memory system.  It's frustrating to spend
> considerable time to get a few percent back to have all the gains
> disappear in a few days.

This is in part because of the garbage collectable CFG.  We did not produce 
memory statistics for that since alloc-pool allocated objects were not 
included in the memory stats.

Gr.
Steven


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