aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2019-10-23 16:45:24 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2019-10-23 14:45:24 +0000
commit2ccbd21ded6eae4e099ccb1b5952dd3337875087 (patch)
tree54bba391c581b1c24afa8edf5fd03cb7f1f095a9
parent07c9f0961d540e2cb63eb2326e673b13d1df4a26 (diff)
downloadgcc-2ccbd21ded6eae4e099ccb1b5952dd3337875087.zip
gcc-2ccbd21ded6eae4e099ccb1b5952dd3337875087.tar.gz
gcc-2ccbd21ded6eae4e099ccb1b5952dd3337875087.tar.bz2
re PR ipa/92074 (26% performance regression on Spec2017 548.exchange2_r)
PR ipa/92074 * params.def (inline-heuristics-hint-percent): Set to 600. From-SVN: r277333
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/params.def2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 508207d..ad2cb01d4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-23 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/92074
+ * params.def (inline-heuristics-hint-percent): Set to 600.
+
2019-10-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/65930
diff --git a/gcc/params.def b/gcc/params.def
index 322c37f..7928f6f 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",