invoke.texi (early-inlining-insns): Update default.
authorJan Hubicka <jh@suse.cz>
Fri, 12 Nov 2010 16:29:10 +0000 (17:29 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 12 Nov 2010 16:29:10 +0000 (16:29 +0000)
* doc/invoke.texi (early-inlining-insns): Update default.
* params.def (early-inlining-insns): Default to 10.

From-SVN: r166657

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/params.def

index b4d39e7..77900e7 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-12  Jan Hubicka  <jh@suse.cz>
+
+       * doc/invoke.texi (early-inlining-insns): Update default.
+       * params.def (early-inlining-insns): Default to 10.
+
 2010-11-12  Olivier Hainque  <hainque@adacore.com>
 
        * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
index 1a658ac..51a110e 100644 (file)
@@ -8334,7 +8334,7 @@ whose probability exceeds given threshold (in percents).  The default value is
 
 @item early-inlining-insns
 Specify growth that early inliner can make.  In effect it increases amount of
-inlining for code having large abstraction penalty.  The default value is 8.
+inlining for code having large abstraction penalty.  The default value is 10.
 
 @item max-early-inliner-iterations
 @itemx max-early-inliner-iterations
index 6e55db6..6b6e055 100644 (file)
@@ -197,7 +197,7 @@ DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
 DEFPARAM(PARAM_EARLY_INLINING_INSNS,
         "early-inlining-insns",
         "Maximal estimated growth of function body caused by early inlining of single call",
-        8, 0, 0)
+        10, 0, 0)
 DEFPARAM(PARAM_LARGE_STACK_FRAME,
         "large-stack-frame",
         "The size of stack frame to be considered large",