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
b3d0cc60
Commit
b3d0cc60
authored
Nov 16, 2012
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* params.def (max-peeled-insns, max-completely-peeled-insns): Reduce to 100.
From-SVN: r193570
parent
5dc99c46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/params.def
+2
-2
No files found.
gcc/ChangeLog
View file @
b3d0cc60
2012
-
11
-
16
Jan
HUbicka
<
jh
@suse
.
cz
>
*
params
.
def
(
max
-
peeled
-
insns
,
max
-
completely
-
peeled
-
insns
)
:
Reduce
to
100
.
2012
-
11
-
16
Simon
Baldwin
<
simonb
@google
.
com
>
*
doc
/
cppopts
.
texi
:
Document
-
f
[
no
-
]
canonical
-
system
-
headers
.
gcc/params.def
View file @
b3d0cc60
...
...
@@ -290,7 +290,7 @@ DEFPARAM(PARAM_MAX_UNROLL_TIMES,
DEFPARAM(PARAM_MAX_PEELED_INSNS,
"max-peeled-insns",
"The maximum number of insns of a peeled loop",
4
00, 0, 0)
1
00, 0, 0)
/* The maximum number of peelings of a single loop. */
DEFPARAM(PARAM_MAX_PEEL_TIMES,
"max-peel-times",
...
...
@@ -305,7 +305,7 @@ DEFPARAM(PARAM_MAX_PEEL_BRANCHES,
DEFPARAM(PARAM_MAX_COMPLETELY_PEELED_INSNS,
"max-completely-peeled-insns",
"The maximum number of insns of a completely peeled loop",
4
00, 0, 0)
1
00, 0, 0)
/* The maximum number of peelings of a single loop that is peeled completely. */
DEFPARAM(PARAM_MAX_COMPLETELY_PEEL_TIMES,
"max-completely-peel-times",
...
...
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