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
31ebd7c8
Commit
31ebd7c8
authored
Aug 19, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Aug 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (integer-share-limit): Document.
From-SVN: r86248
parent
89b0433e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+2
-0
gcc/doc/invoke.texi
+6
-0
No files found.
gcc/ChangeLog
View file @
31ebd7c8
2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
* doc/invoke.texi (integer-share-limit): Document.
* tree.h (TYPE_CACHED_VALUES_P): New.
* tree.h (TYPE_CACHED_VALUES_P): New.
(TYPE_CACHED_VALUES): New.
(TYPE_CACHED_VALUES): New.
(TYPE_ORIG_SIZE_TYPE): Adjust.
(TYPE_ORIG_SIZE_TYPE): Adjust.
...
...
gcc/doc/invoke.texi
View file @
31ebd7c8
...
@@ -5398,6 +5398,12 @@ interblock scheduling. The default value is 10.
...
@@ -5398,6 +5398,12 @@ interblock scheduling. The default value is 10.
@
item
max
-
sched
-
region
-
insns
@
item
max
-
sched
-
region
-
insns
The
maximum
number
of
insns
in
a
region
to
be
considered
for
The
maximum
number
of
insns
in
a
region
to
be
considered
for
interblock
scheduling
.
The
default
value
is
100.
interblock
scheduling
.
The
default
value
is
100.
@
item
integer
-
share
-
limit
Small
integer
constants
can
use
a
shared
data
structure
,
reducing
the
compiler
's memory usage and increasing its speed. This sets the maximum
value of a shared integer constant'
s
.
The
default
value
is
256.
@
end
table
@
end
table
@
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