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: Out-of-order inlining and --param values


On Nov  9, 2002, Jan Hubicka <jh@suse.cz> wrote:

> Only what I am concerned about is that to do out-of-order inlining you
> need to delay compilation of all functions. THat means that gcc will
> first parse everything, keep it in memory and then spit it out that
> requires more memory than the current mode.

That's why this is only enabled at -O3 or -finline-functions.  At
least this used to be the case back when I implemented out-of-order
inlining, for this very reason.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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