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]

[comitted] PR other/28023 (documentation error max-inline-recursive-depth)


Comitted as obvious
	PR other/28023
	* invoke.texi (max-inline-recursive-depth): Fix default value.
  
Index: doc/invoke.texi
===================================================================
*** doc/invoke.texi	(revision 131461)
--- doc/invoke.texi	(working copy)
*************** For functions declared inline @option{--
*** 6800,6806 ****
  taken into account.  For function not declared inline, recursive inlining
  happens only when @option{-finline-functions} (included in @option{-O3}) is
  enabled and @option{--param max-inline-recursive-depth-auto} is used.  The
! default value is 450.
  
  @item min-inline-recursive-probability
  Recursive inlining is profitable only for function having deep recursion
--- 6800,6806 ----
  taken into account.  For function not declared inline, recursive inlining
  happens only when @option{-finline-functions} (included in @option{-O3}) is
  enabled and @option{--param max-inline-recursive-depth-auto} is used.  The
! default value is 8.
  
  @item min-inline-recursive-probability
  Recursive inlining is profitable only for function having deep recursion


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