Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
869fbd35
Commit
869fbd35
authored
Jan 05, 2019
by
Jan Hubicka
Committed by
Jan Hubicka
Jan 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* params.def (hot-bb-count-ws-permille): Set to 990.
From-SVN: r267589
parent
2f2b8aa6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/params.def
+1
-1
No files found.
gcc/ChangeLog
View file @
869fbd35
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
...
...
gcc/params.def
View file @
869fbd35
...
@@ -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).",
99
9
, 0, 1000)
99
0
, 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.",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment