diff options
author | Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> | 2003-06-04 22:59:56 +0200 |
---|---|---|
committer | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2003-06-04 20:59:56 +0000 |
commit | c48ec59087baf66f52f672a7ba8ed99e7b08bf0f (patch) | |
tree | a0fc55a827f8b523c39aea97383b8238d287ccdc | |
parent | 9ccf96814f9910074e07fc708ca70e40d28ce4c4 (diff) | |
download | gcc-c48ec59087baf66f52f672a7ba8ed99e7b08bf0f.zip gcc-c48ec59087baf66f52f672a7ba8ed99e7b08bf0f.tar.gz gcc-c48ec59087baf66f52f672a7ba8ed99e7b08bf0f.tar.bz2 |
* doc/invoke.texi (max-cse-path-length): Document.
From-SVN: r67462
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68bae44..7e21d4d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> + + * doc/invoke.texi (max-cse-path-length): Document. + 2003-06-04 Richard Henderson <rth@redhat.com> * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 17584db..66ef987 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4595,6 +4595,10 @@ compilation for profile feedback and one for compilation without. The value for compilation with profile feedback needs to be more conservative (higher) in order to make tracer effective. +@item max-cse-path-length + +Maximum number of basic blocks on path that cse considers. + @item ggc-min-expand GCC uses a garbage collector to manage its own memory allocation. This |