Re: A patch for linux 2.1.127

Richard Henderson (rth@cygnus.com)
Mon, 9 Nov 1998 14:16:52 -0800


On Mon, Nov 09, 1998 at 03:39:14PM -0600, kwrohrer@ce.mediaone.net wrote:
> Why not just recommend "-O6 -fno-inline-functions" like we did with the
> strength reduction bug?

Because that is exactly -O2. Unless you are using pgcc, which has
its own idea about the world, there are three levels of optimization

-O1 stuff
-O2 more stuff, instruction scheduling
-O3 automatic function inlining.

r~

-
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/