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: Early inlining


> On Fri, 24 Jun 2005, Jan Hubicka wrote:
> 
> > + @item -fearly-inlining
> > + @opindex fearly-inlining
> > + Inline functions marged by @code{always_inline} and functions whose body seems
> 
> What is "marged"?
Should be marked. Sorry.
> 
> > + smaller than the function call overhead early before doing
> > + @code{-fprofile-generate} instrumentation and real inlining pass.  Doing so
> 
> @option, not @code.

Fixed both in my local copy of patch.
> 
> -- 
> Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
>     jsm@polyomino.org.uk (personal mail)
>     joseph@codesourcery.com (CodeSourcery mail)
>     jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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