Commit 03dfda54 by Richard Guenther Committed by Richard Biener

invoke.texi (max-inline-insns-single): Adjust default value.

2011-03-11  Richard Guenther  <rguenther@suse.de>

	* doc/invoke.texi (max-inline-insns-single): Adjust default value.

From-SVN: r170876
parent 5f11a50a
2011-03-11 Richard Guenther <rguenther@suse.de> 2011-03-11 Richard Guenther <rguenther@suse.de>
* doc/invoke.texi (max-inline-insns-single): Adjust default value.
2011-03-11 Richard Guenther <rguenther@suse.de>
PR lto/48073 PR lto/48073
* tree.c (find_decls_types_r): Do not walk types only reachable * tree.c (find_decls_types_r): Do not walk types only reachable
from IDENTIFIER_NODEs. from IDENTIFIER_NODEs.
......
...@@ -8301,7 +8301,7 @@ This number sets the maximum number of instructions (counted in GCC's ...@@ -8301,7 +8301,7 @@ This number sets the maximum number of instructions (counted in GCC's
internal representation) in a single function that the tree inliner internal representation) in a single function that the tree inliner
will consider for inlining. This only affects functions declared will consider for inlining. This only affects functions declared
inline and methods implemented in a class declaration (C++). inline and methods implemented in a class declaration (C++).
The default value is 300. The default value is 400.
@item max-inline-insns-auto @item max-inline-insns-auto
When you use @option{-finline-functions} (included in @option{-O3}), When you use @option{-finline-functions} (included in @option{-O3}),
......
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