public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* regarding optimization flags
@ 2007-02-25 17:10 ranjith kumar
  2007-02-26  9:50 ` Fabian Cenedese
  0 siblings, 1 reply; 2+ messages in thread
From: ranjith kumar @ 2007-02-25 17:10 UTC (permalink / raw)
  To: gcc-help

Gcc manuals says 
   " Not all optimizations are controlled 'directly'
by a flag.  Only optimizations that have a flag are
listed."

What does it mean?
Any one please help me.


		
___________________________________________________________ 
What kind of emailer are you? Find out today - get a free analysis of your email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: regarding optimization flags
  2007-02-25 17:10 regarding optimization flags ranjith kumar
@ 2007-02-26  9:50 ` Fabian Cenedese
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Cenedese @ 2007-02-26  9:50 UTC (permalink / raw)
  To: gcc-help

At 16:52 25.02.2007 +0000, ranjith kumar wrote:
>Gcc manuals says 
>   " Not all optimizations are controlled 'directly'
>by a flag.  Only optimizations that have a flag are
>listed."
>
>What does it mean?
>Any one please help me.

-Ox does not only switch on -fx -fy -fz... but also some internal settings
for optimization not separately accessible with any -f option and therefore
not listed in the verbose-asm. This means that you will never be able
to achieve the same result with any combination of -f... as you can
do with an -Ox.

bye  Fabi


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-26  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25 17:10 regarding optimization flags ranjith kumar
2007-02-26  9:50 ` Fabian Cenedese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).