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: [middle-end, patch 4/8] Add compiler a option to turn on indirect inlining


Hello Martin,

this is not an approval (I can't approve), just a couple of notes:

* Martin Jambor wrote on Tue, Jul 15, 2008 at 09:43:51PM CEST:
> 2008-07-15  Martin Jambor  <mjambor@suse.cz>
> 
> 	* doc/invoke.texi (Optimize options): Add description of
> 	-fearly-inlining.

-findirect-inlining?

> 	* common.opt (flag_indirect_inlining): New flag.
> 
> 	* opts.c (decode_options): Set flag_indirect_inlining when 
> 	optimize >= 3

Missing period at end.  There is no need for empty lines between the
file stanzas, these are not three separate patches.

Cheers,
Ralf


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