From c48ec59087baf66f52f672a7ba8ed99e7b08bf0f Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Wed, 4 Jun 2003 22:59:56 +0200 Subject: * doc/invoke.texi (max-cse-path-length): Document. From-SVN: r67462 --- gcc/doc/invoke.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/doc') 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 -- cgit v1.1