This is the mail archive of the gcc@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: Should -fcross-jumping be part of -O1?


Jan Hubicka <hubicka@ucw.cz>:
> The idea of -Odebug is more foggy, so perhaps we can discuss it in
> separate.  I will happilly make -Ospeed/-Ofast, -Osize, -Obalanced
> patch if we have consensus here :)

howabout -O[goal], as in
  -Onone (-O0)
  -Oquickly (-O1)
  -Ofast (-O3)
  -Osmall (-Os)
  -Obalanced (-O2)

and add -Oconfusing to turn on optimizations that will make
debugging/understanding harder.
--


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