From: Jan Hubicka Date: Mon, 19 Jan 2015 22:11:03 +0000 (+0100) Subject: params.def (inline-unit-growth): Drop to 15%. X-Git-Tag: releases/gcc-5.1.0~1563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2db720467067f3e811de25875b2bbe7fa06f7a6;p=thirdparty%2Fgcc.git params.def (inline-unit-growth): Drop to 15%. * params.def (inline-unit-growth): Drop to 15%. * invoke.texi (inline-unit-growth): Document change. From-SVN: r219863 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 932485f135f8..e126ea03d7ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-01-19 Jan Hubicka + + * params.def (inline-unit-growth): Drop to 15%. + * invoke.texi (inline-unit-growth): Document change. + 2015-01-19 Martin Liska PR ipa/64668 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a915f7be52d9..876e699a6d54 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10001,7 +10001,7 @@ before applying @option{--param inline-unit-growth}. The default is 10000. @item inline-unit-growth Specifies maximal overall growth of the compilation unit caused by inlining. -The default value is 30 which limits unit growth to 1.3 times the original +The default value is 15 which limits unit growth to 1.15 times the original size. Cold functions (either marked cold via an attribute or by profile feedback) are not accounted into the unit size. diff --git a/gcc/params.def b/gcc/params.def index 192c1e021c2a..4d3b39825929 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -190,7 +190,7 @@ DEFPARAM(PARAM_LARGE_UNIT_INSNS, DEFPARAM(PARAM_INLINE_UNIT_GROWTH, "inline-unit-growth", "How much can given compilation unit grow because of the inlining (in percent)", - 30, 0, 0) + 15, 0, 0) DEFPARAM(PARAM_IPCP_UNIT_GROWTH, "ipcp-unit-growth", "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)",