Re: pgcc optimizationss

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 16 Dec 1998 14:08:40 +0000 (GMT)


> True, but -O6 enables a lot of optimization that -O2 didn't. I prefer

Last time I checked it seem to only add one thing for O3 and higher and
that was gratuitous inlining

> -O6 -fno-inline-functions (i don't like wild inlining too). Sadly this

-fno-inline will stop all the inlining AFAIK, that'll break stuff

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