This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3 compile time regression (22400%)
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: Michael Matz <matz at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 18 Mar 2003 16:00:13 +0100 (CET)
- Subject: Re: 3.3 compile time regression (22400%)
On Tue, 18 Mar 2003, Michael Matz wrote:
> Hi,
>
> On Tue, 18 Mar 2003, Richard Guenther wrote:
>
> > max-inline-insns-single
> > Several parameters control the tree inliner used in gcc. This number sets
> > the maximum number of instructions (counted in gcc's internal
> > representation) in a single function that the tree inliner will consider
> > for inlining. This only affects functions declared inline and methods
> > implemented in a class declaration (C++). The default value is 300.
>
> Your 3.3 branch is much too old. This was fixed/introduced on 2003-03-06.
It is not (its from today), this is from the online-documentation. I do
not have sufficiently recent makeinfo to build the documentation myself.
Sorry if I caused confusion this way,
Richard.
--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/