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: -O more than the sum of its parts?


On Mon, Mar 8, 2010 at 22:43, me22 <me22.ca@gmail.com> wrote:

> Yes; My understanding is that all of the -O levels have features not
> controllable with individual flags.

Correct.  You can see for yourself by grepping for uses of the
variable 'optimize' in the GCC source code.  Many code paths are
affected by it.


Diego.


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