This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC/RFA?] Enabling unit-at-a-time for -O2 and increasing inline limits
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Thu, 4 Sep 2003 11:27:42 -0700
- Subject: Re: [RFC/RFA?] Enabling unit-at-a-time for -O2 and increasing inline limits
- References: <20030904091626.GI22564@kam.mff.cuni.cz>
On Thu, Sep 04, 2003 at 11:16:26AM +0200, Jan Hubicka wrote:
> * opts.c (decode_options): Enable unit-at-a-time at -O2.
> * params.def (max-inline-insns-single): Set to 500
> (max-inline-insns-auto): Set to 150
> * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
Ok.
r~