Commit 869fbd35 by Jan Hubicka Committed by Jan Hubicka

* params.def (hot-bb-count-ws-permille): Set to 990.

From-SVN: r267589
parent 2f2b8aa6
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> 2019-01-04 Martin Sebor <msebor@redhat.com>
PR c/88363 PR c/88363
......
...@@ -403,7 +403,7 @@ DEFPARAM(HOT_BB_COUNT_WS_PERMILLE, ...@@ -403,7 +403,7 @@ DEFPARAM(HOT_BB_COUNT_WS_PERMILLE,
"hot-bb-count-ws-permille", "hot-bb-count-ws-permille",
"A basic block profile count is considered hot if it contributes to " "A basic block profile count is considered hot if it contributes to "
"the given permillage of the entire profiled execution (used in LTO mode).", "the given permillage of the entire profiled execution (used in LTO mode).",
999, 0, 1000) 990, 0, 1000)
DEFPARAM(HOT_BB_FREQUENCY_FRACTION, DEFPARAM(HOT_BB_FREQUENCY_FRACTION,
"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.", "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment