Alan Cox wrote:
> Last time I checked it seem to only add one thing for O3 and higher and
> that was gratuitous inlining
Acording to pgcc docs -O6 enables almost twice more options than -O3
> -fno-inline will stop all the inlining AFAIK, that'll break stuff
No, functions declared/defined inline _are_ inlined if -Ox (x >= 1) used.
-- Petko Manolov - petkan@varel.bg http://www.varel.bg/~petkan/
--------------701524A68EA798228A806CDA Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> Alan Cox wrote:
Last time I checked it seem to only add one thing for O3 and higher andAcording to pgcc docs -O6 enables almost twice more options than -O3
that was gratuitous inlining-fno-inline will stop all the inlining AFAIK, that'll break stuffNo, functions declared/defined inline _are_ inlined if -Ox (x >= 1) used.-- Petko Manolov - petkan@varel.bg http://www.varel.bg/~petkan/--------------701524A68EA798228A806CDA-- - 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/