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][C] Fix GNU extern inline heuristic again (fix C++ memory usage regression)


On Mon, 27 Aug 2007, Richard Guenther wrote:

> This fixes the memory usage regression with C++ I was seeing.  It does so
> by moving the decision on whether to disregard inline limits to the
> frontend(s) and storing this knowledge in the function decl.
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu, the ~25% compile-time
> regression on some C++ testcases is gone.
> 
> Ok for mainline?

The C front-end changes are OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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