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
e961606c
Commit
e961606c
authored
Aug 13, 2001
by
Jan Hubicka
Committed by
Jan Hubicka
Aug 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* analyze_brprob: Update for changes in gcc debug output.
From-SVN: r44854
parent
d195b46f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
contrib/ChangeLog
+4
-0
contrib/analyze_brprob
+3
-3
No files found.
contrib/ChangeLog
View file @
e961606c
Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Update for changes in gcc debug output.
Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Avoid more overflows.
...
...
contrib/analyze_brprob
View file @
e961606c
...
...
@@ -128,9 +128,9 @@ BEGIN {nnames = 0}
}
END
{
# Heuristics called combined predicts just everything.
maxcounts
=
longeval
(
counts
[
"
first match
"
])
maxbranches
=
branches
[
"
first match
"
]
max
=
names
[
"
first match
"
]
maxcounts
=
longeval
(
counts
[
"
combined
"
])
maxbranches
=
branches
[
"
combined
"
]
max
=
names
[
"
combined
"
]
printf
(
"HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)\n"
)
for
(
i
=
0
;
i
<
nnames
;
i
++
)
{
...
...
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