Re: pgcc optimizationss

=?iso-8859-1?Q?Johnny_Teve=DFen?= (j.tevessen@gmx.net)
Wed, 16 Dec 1998 13:53:44 +0100


Quoting Alan Cox (alan@lxorguk.ukuu.org.uk):

> you don't want to use -O6 with the kernel. -O6 says "please go around and
> inline things as you feel".

Since -O6 does more than just enable function inlining, you probably will
use -O6 together with -fno-inline-functions or such instead of using
-O2 -fofp.

> The kernel authors have already done that and
> made a better job of it than the compiler will

Yes, the kernel authors are the best.

ciao,
johnny

-- 
Trust no-one.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/