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
172d54e0
Commit
172d54e0
authored
Jul 06, 2009
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* params.def: Revert my accidental commit at 2009-06-30.
From-SVN: r149279
parent
69bc6bff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/params.def
+5
-5
No files found.
gcc/ChangeLog
View file @
172d54e0
2009-07-06 Jan Hubicka <jh@suse.cz>
* params.def: Revert my accidental commit at 2009-06-30.
2009-07-04 Ian Lance Taylor <iant@google.com>
2009-07-04 Ian Lance Taylor <iant@google.com>
PR target/40636
PR target/40636
...
...
gcc/params.def
View file @
172d54e0
...
@@ -70,7 +70,7 @@ DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME,
...
@@ -70,7 +70,7 @@ DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME,
DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
"max-inline-insns-single",
"max-inline-insns-single",
"The maximum number of instructions in a single function eligible for inlining",
"The maximum number of instructions in a single function eligible for inlining",
15
0, 0, 0)
40
0, 0, 0)
/* The single function inlining limit for functions that are
/* The single function inlining limit for functions that are
inlined by virtue of -finline-functions (-O3).
inlined by virtue of -finline-functions (-O3).
...
@@ -82,17 +82,17 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
...
@@ -82,17 +82,17 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
"max-inline-insns-auto",
"max-inline-insns-auto",
"The maximum number of instructions when automatically inlining",
"The maximum number of instructions when automatically inlining",
4
0, 0, 0)
6
0, 0, 0)
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
"max-inline-insns-recursive",
"max-inline-insns-recursive",
"The maximum number of instructions inline function can grow to via recursive inlining",
"The maximum number of instructions inline function can grow to via recursive inlining",
30
0, 0, 0)
45
0, 0, 0)
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE_AUTO,
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE_AUTO,
"max-inline-insns-recursive-auto",
"max-inline-insns-recursive-auto",
"The maximum number of instructions non-inline function can grow to via recursive inlining",
"The maximum number of instructions non-inline function can grow to via recursive inlining",
20
0, 0, 0)
45
0, 0, 0)
DEFPARAM (PARAM_MAX_INLINE_RECURSIVE_DEPTH,
DEFPARAM (PARAM_MAX_INLINE_RECURSIVE_DEPTH,
"max-inline-recursive-depth",
"max-inline-recursive-depth",
...
@@ -185,7 +185,7 @@ DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
...
@@ -185,7 +185,7 @@ DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
DEFPARAM(PARAM_EARLY_INLINING_INSNS,
DEFPARAM(PARAM_EARLY_INLINING_INSNS,
"early-inlining-insns",
"early-inlining-insns",
"maximal estimated growth of function body caused by early inlining of single call",
"maximal estimated growth of function body caused by early inlining of single call",
8
, 0, 0)
12
, 0, 0)
DEFPARAM(PARAM_LARGE_STACK_FRAME,
DEFPARAM(PARAM_LARGE_STACK_FRAME,
"large-stack-frame",
"large-stack-frame",
"The size of stack frame to be considered large",
"The size of stack frame to be considered large",
...
...
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