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
33d3b05b
Commit
33d3b05b
authored
Apr 12, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Apr 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Document --param max-gcse-memory.
From-SVN: r41308
parent
845e14ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+6
-0
No files found.
gcc/ChangeLog
View file @
33d3b05b
2001
-
04
-
12
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
invoke
.
texi
:
Document
--
param
max
-
gcse
-
memory
.
2001
-
04
-
12
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
configure
.
in
(
errno
)
:
Check
for
declaration
.
...
...
gcc/invoke.texi
View file @
33d3b05b
...
...
@@ -3317,6 +3317,12 @@ In each case, the @var{value} is a integer. The allowable choices for
If
an
function
contains
more
than
this
many
instructions
,
it
will
not
be
inlined
.
This
option
is
precisely
equivalent
to
@
samp
{-
finline
-
limit
}.
@
item
max
-
gcse
-
memory
The
approximate
maximum
amount
of
memory
that
will
be
allocated
in
order
to
perform
the
global
common
subexpression
elimination
optimization
.
If
more
memory
than
specified
is
required
,
the
optimization
will
not
be
done
.
@
end
table
@
end
table
...
...
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