OSDN Git Service

* params.def (INLINE_CALL_COST): Set to 12.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2007 15:42:06 +0000 (15:42 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Sep 2007 15:42:06 +0000 (15:42 +0000)
* invoke.texi (inline-call-cost): Update default value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128692 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ab25de6..198e24e 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-23  Jan Hubicka  <jh@suse.cz>
+
+       * params.def (INLINE_CALL_COST): Set to 12.
+       * invoke.texi (inline-call-cost): Update default value.
+
 2007-09-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/alpha/alpha.md (movti): Use operand_subword for the split.
index 7f85b7e..c162e73 100644 (file)
@@ -6720,7 +6720,7 @@ functions and at the same time increases size of leaf function that is believed
 reduce function size by being inlined.  In effect it increases amount of
 inlining for code having large abstraction penalty (many functions that just
 pass the arguments to other functions) and decrease inlining for code with low
-abstraction penalty.  The default value is 16.
+abstraction penalty.  The default value is 12.
 
 @item min-vect-loop-bound
 The minimum number of iterations under which a loop will not get vectorized
index 2ad1eb6..c9ae99b 100644 (file)
@@ -201,7 +201,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
 DEFPARAM(PARAM_INLINE_CALL_COST,
         "inline-call-cost",
         "expense of call operation relative to ordinary arithmetic operations",
-        16, 0, 0)
+        12, 0, 0)
 DEFPARAM(PARAM_LARGE_STACK_FRAME,
         "large-stack-frame",
         "The size of stack frame to be considered large",