From ac875c2ec22e23ad511d48988c4f015d4109348e Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 8 Sep 2009 15:59:20 +0200 Subject: [PATCH] invoke.texi (early-inlining-insns): Reduce from 12 to 8. * doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8. * params.def (early-inlining-insns): Likewise. From-SVN: r151511 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- gcc/params.def | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb965df4b39..af07a5bb9f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-08 Jan Hubicka + + * doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8. + * params.def (early-inlining-insns): Likewise. + 2009-09-08 Jakub Jelinek PR rtl-optimization/41239 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 097468a621c..e1d9fe16576 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7714,7 +7714,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 12. +inlining for code having large abstraction penalty. The default value is 8. @item max-early-inliner-iterations @itemx max-early-inliner-iterations diff --git a/gcc/params.def b/gcc/params.def index dc5ceaf573e..6099d9fff00 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -185,7 +185,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", - 12, 0, 0) + 8, 0, 0) DEFPARAM(PARAM_LARGE_STACK_FRAME, "large-stack-frame", "The size of stack frame to be considered large", -- 2.30.2