This is the mail archive of the gcc-patches@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]

Re: Path to add -O2 to TORTURE_OPTIONS list.


Nick Clifton <nickc@cygnus.com> said:
>   I have just appleid the patch below to the GCC testsuite, so that
>   the -O3 command line switch will now also be tested.  No new tests
>   or test runs have been introduced by this change.

To me it looks like you replaced -O2 by -O3... -O2 _is_ important on
itself, as it is the recommended optimization level for many packages,
including the linux kernel. -O3 isn't used as often because of the
resulting bloat due to indiscriminate inlining.

Just a random comment.
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616


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