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]
Other format: [Raw text]

Re: [PATCH] Make PATHLENGTH a parameter


Hello,

> > Ok.
> 
> Only with documentation for this parameter added to invoke.texi.

here it is, commited.

Zdenek

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.287
diff -c -3 -p -r1.287 invoke.texi
*** invoke.texi	3 Jun 2003 09:06:52 -0000	1.287
--- invoke.texi	4 Jun 2003 20:58:14 -0000
*************** compilation for profile feedback and one
*** 4595,4600 ****
--- 4595,4604 ----
  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


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