This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc optimization with -O<x>


Thanks so very much, that did it :)

--- Eljay Love-Jensen <eljay@adobe.com> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]