From 0ae47ae29fe100e46df6bcde2c3e2299c20184a2 Mon Sep 17 00:00:00 2001 From: hubicka Date: Wed, 23 Oct 2019 14:45:24 +0000 Subject: [PATCH] PR ipa/92074 * params.def (inline-heuristics-hint-percent): Set to 600. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277333 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/params.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 508207dfc51a..ad2cb01d49a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-10-23 Jan Hubicka + + PR ipa/92074 + * params.def (inline-heuristics-hint-percent): Set to 600. + 2019-10-23 Richard Biener PR tree-optimization/65930 diff --git a/gcc/params.def b/gcc/params.def index 322c37f8b96c..7928f6f071ef 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -105,7 +105,7 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SMALL, DEFPARAM (PARAM_INLINE_HEURISTICS_HINT_PERCENT, "inline-heuristics-hint-percent", "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable with -O3 and -Ofast.", - 1600, 100, 1000000) + 600, 100, 1000000) DEFPARAM (PARAM_INLINE_HEURISTICS_HINT_PERCENT_O2, "inline-heuristics-hint-percent-O2", -- 2.47.2