This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: --enable-intermodule bootstrap
On 08 Nov 2004 15:42:39 -0800, Geoffrey Keating <geoffk@geoffk.org> wrote:
> Richard Guenther <richard.guenther@gmail.com> writes:
>
> > But we don't gain much - only about 1.5% in C++ tramp3d compilation.
> > I guess partly because the frontends are not inter-moduled.
>
> Possibly because you aren't compiling with -O3, to actually inline
> across modules?
Ah, yes. That's one thing to try.
Thanks,
Richard.