diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-01-16 22:21:50 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-01-16 22:21:50 +0000 |
commit | 21cb351825d45c42e9e5148715a2fd2051cf4ed1 (patch) | |
tree | ad0fc465e8204ef11b0b9732ca2681db0651d8ea | |
parent | 499de348e9173f2cd3ac5d809109d6044e4e713f (diff) | |
download | gcc-21cb351825d45c42e9e5148715a2fd2051cf4ed1.zip gcc-21cb351825d45c42e9e5148715a2fd2051cf4ed1.tar.gz gcc-21cb351825d45c42e9e5148715a2fd2051cf4ed1.tar.bz2 |
invoke.texi (--param early-inlining-insns): Update default value.
* doc/invoke.texi (--param early-inlining-insns): Update default value.
* params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
From-SVN: r219775
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8a9387b..69ba621 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10077,7 +10077,7 @@ The default value is 10. @item early-inlining-insns Specify growth that the early inliner can make. In effect it increases the amount of inlining for code having a large abstraction penalty. -The default value is 10. +The default value is 14. @item max-early-inliner-iterations Limit of iterations of the early inliner. This basically bounds |