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]

Fwd: Regd GCC Compiler optimization flags - pls ignore the prev mail


Hi all

 The Gcc Compiler online
document(http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html)
specifies that 
"Not all optimizations are controlled directly by a
flag. Only optimizations that have a flag are listed.
"

Does this mean that for O1/O2/O3/Os optimization
levels, the compiler does some optimizations of which
only some of them  
have flags listed  ??? For example O1 consists of not
just these optimizations 
          -fdefer-pop 
          -fmerge-constants 
          -fthread-jumps 
          -floop-optimize 
          -fif-conversion 
          -fif-conversion2 
          -fdelayed-branch 
          -fguess-branch-probability 
          -fcprop-registers
but some other additional optimization ones too 

If the above is true , then can anyone let me know as
to what kind of optimizations are done by the compiler
for which the flags are not listed ?

Regards
mily
>           
> 
> 
> 	
> 		
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]