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: [PATCH] Implement -fstack-usage


> 
> > Argh.  Now that I shrinked struct function, you are adding to it again...
> 
> Not sure "struct function" is the most profitable target for memory-related 
> work in the 4.x compilers.  I'd think more of the Tree-SSA engine, we're 
> experiencing huge allocations in 4.x because of it...

For some languages like C++, it is one of the most profitable
target for memory related work as there are lots of small functions.
And now also function stays around during the whole build instead
of just being dead after the function was done parsing and out putting.

-- Pinski


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