mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-10 21:13:46 +08:00
* doc/invoke.texi (Optimize Options): Revert an accidental checkin.
From-SVN: r45879
This commit is contained in:
parent
6dee73844d
commit
86be733d75
@ -1,3 +1,7 @@
|
||||
Sat Sep 29 15:08:16 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* doc/invoke.texi (Optimize Options): Revert an accidental checkin.
|
||||
|
||||
2001-09-29 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
|
||||
|
@ -274,7 +274,7 @@ in the following sections.
|
||||
-fschedule-insns -fschedule-insns2 @gol
|
||||
-fsingle-precision-constant -fssa -fssa-ccp -fssa-dce @gol
|
||||
-fstrength-reduce -fstrict-aliasing -fthread-jumps -ftrapv @gol
|
||||
-funroll-all-loops -funroll-loops -fmessy-debugging @gol
|
||||
-funroll-all-loops -funroll-loops @gol
|
||||
--param @var{name}=@var{value}
|
||||
-O -O0 -O1 -O2 -O3 -Os}
|
||||
|
||||
@ -3415,17 +3415,6 @@ Not all of the optimizations performed by GCC have @option{-f} options
|
||||
to control them.
|
||||
|
||||
@table @gcctabopt
|
||||
@item -fmessy-debugging
|
||||
@opindex fmessy-debugging
|
||||
Some optimizations can be stronger if compiler give up ability to generate
|
||||
at least approximately usefull debug information for optimized programs.
|
||||
These transformation are not done when @option{-g} switch is not specified,
|
||||
as politics is to get the code with @option{-g} and without equivalent,
|
||||
except for debugging section.
|
||||
|
||||
This optimization enables such transformations. It is still compatible with
|
||||
@option{-g}, but debugging resulting programs will be even higher challenge.
|
||||
|
||||
@item -fstrength-reduce
|
||||
@opindex fstrength-reduce
|
||||
Perform the optimizations of loop strength reduction and
|
||||
|
Loading…
Reference in New Issue
Block a user