* params.def (hot-bb-count-ws-permille): Set to 990.
authorJan Hubicka <hubicka@ucw.cz>
Sat, 5 Jan 2019 00:20:04 +0000 (01:20 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 5 Jan 2019 00:20:04 +0000 (00:20 +0000)
From-SVN: r267589

gcc/ChangeLog
gcc/params.def

index 8a8dd4a0b1b8e4a410b9145e967c122703d6b90b..142323d300668dc74825ea84ffb5163ab5b17ce4 100644 (file)
@@ -1,3 +1,7 @@
+2019-01-04  Jan Hubicka  <hubicka@ucw.cz>
+
+       * params.def (hot-bb-count-ws-permille): Set to 990.
+
 2019-01-04  Martin Sebor  <msebor@redhat.com>
 
        PR c/88363
index 00389d893cfbbc0694fb55c26fcd94225d9a1408..8ca3bbd2621731d1e47bc7c037ed700327dcfb15 100644 (file)
@@ -403,7 +403,7 @@ DEFPARAM(HOT_BB_COUNT_WS_PERMILLE,
         "hot-bb-count-ws-permille",
          "A basic block profile count is considered hot if it contributes to "
          "the given permillage of the entire profiled execution (used in LTO mode).",
-        999, 0, 1000)
+        990, 0, 1000)
 DEFPARAM(HOT_BB_FREQUENCY_FRACTION,
         "hot-bb-frequency-fraction",
         "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot.",