Re: gcc optimization with -O<x>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks so very much, that did it :)

--- Eljay Love-Jensen <eljay@xxxxxxxxx> wrote:

> Hi Daniel,
> 
> To help assess "exact what it enables", you can follow these Unix / bash 
> steps...
> 
> touch dummy.cpp
> g++ -O3 -S -fverbose-asm dummy.cpp
> cat dummy.s
> 
> Replace "-O3" with whatever carte blanche optimization setting you are 
> interested in.
> 
> HTH,
> --Eljay




		
_______________________________
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now. 
http://messenger.yahoo.com

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux