Commit a60b56a4 by Jan Hubicka Committed by Jan Hubicka

re PR other/28023 (documentation error max-inline-recursive-depth)


	PR other/28023
	* invoke.texi (max-inline-recursive-depth): Fix default value.

From-SVN: r131492
parent 29ac1d9a
2008-01-12 Jan Hubicka <jh@suse.cz>
PR other/28023
* invoke.texi (max-inline-recursive-depth): Fix default value.
2008-01-12 Zdenek Dvorak <ook@ucw.cz>
* tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
......
......@@ -6800,7 +6800,7 @@ For functions declared inline @option{--param max-inline-recursive-depth} is
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.
default value is 8.
@item min-inline-recursive-probability
Recursive inlining is profitable only for function having deep recursion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment