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
fc5eb4a1
Commit
fc5eb4a1
authored
Jun 26, 2003
by
Zdenek Dvorak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (-fprofile-values): Document.
From-SVN: r68523
parent
2cfe4e68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/doc/invoke.texi
+6
-1
No files found.
gcc/doc/invoke.texi
View file @
fc5eb4a1
...
...
@@ -258,7 +258,7 @@ in the following sections.
@
xref
{
Optimize
Options
,,
Options
that
Control
Optimization
}.
@
gccoptlist
{-
falign
-
functions
=@
var
{
n
}
-
falign
-
jumps
=@
var
{
n
}
@
gol
-
falign
-
labels
=@
var
{
n
}
-
falign
-
loops
=@
var
{
n
}
@
gol
-
fbranch
-
probabilities
-
fbranch
-
target
-
load
-
optimize
@
gol
-
fbranch
-
probabilities
-
fprofile
-
values
-
fbranch
-
target
-
load
-
optimize
@
gol
-
fbranch
-
target
-
load
-
optimize2
-
fcaller
-
saves
-
fcprop
-
registers
@
gol
-
fcse
-
follow
-
jumps
-
fcse
-
skip
-
blocks
-
fdata
-
sections
@
gol
-
fdelayed
-
branch
-
fdelete
-
null
-
pointer
-
checks
@
gol
...
...
@@ -4324,6 +4324,11 @@ used in one place: in @file{reorg.c}, instead of guessing which path a
branch is mostly to take, the @samp{REG_BR_PROB} values are used to
exactly determine which path is taken more often.
@item -fprofile-values
@opindex fprofile-values
If combined with @option{-fprofile-arcs}, it adds code so that some
data about values of expressions in the program is gathered.
@item -fnew-ra
@opindex fnew-ra
Use a graph coloring register allocator. Currently this option is meant
...
...
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