This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: CFG transparent inlining
Daniel Berlin writes:
> On Fri, 2005-04-29 at 14:48 +0100, Andrew Haley wrote:
> > Jan Hubicka writes:
> > >
> > >
> > > Bootstrapped/regtested i686-pc-gnu-linux,x86-64-linux,ppc-linux and ia64-linux
> > > (last two only in earlier incarnation of patch before resolving some further
> > > conflicts on moving mainline)
> >
> > Tested with large code bases?
>
> SPEC, all of int and FP.
I can't remember what is in SPEC. Has libc been tested, or the kernel?
> > Java tested at all?
>
> I've bootstrapped java on powerpc-linux and i686-pc-linux with the
> tree-profiling branch, which has this on it.
At least it's a basic smoke test, since the testsuite is compiled at
-O3. That'll probably be enough for mainline.
Andrew.