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
1aaef9c1
Commit
1aaef9c1
authored
Apr 27, 2000
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (-foptimize-sibling-calls): Fix.
From-SVN: r33481
parent
28b6b9b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
1aaef9c1
Thu
Apr
27
15
:
08
:
46
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
*
invoke
.
texi
(
-
foptimize
-
sibling
-
calls
)
:
Fix
.
Thu
Apr
27
14
:
54
:
22
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
Thu
Apr
27
14
:
54
:
22
MET
DST
2000
Jan
Hubicka
<
jh
@suse
.
cz
>
*
loop
.
c
(
load_mems
)
Don
'
t
use
hard
registers
for
the
hoisting
.
*
loop
.
c
(
load_mems
)
Don
'
t
use
hard
registers
for
the
hoisting
.
...
...
gcc/invoke.texi
View file @
1aaef9c1
...
@@ -2469,9 +2469,6 @@ restore frame pointers; it also makes an extra register available
...
@@ -2469,9 +2469,6 @@ restore frame pointers; it also makes an extra register available
in many functions. @strong{It also makes debugging impossible on
in many functions. @strong{It also makes debugging impossible on
some machines.}
some machines.}
@item -foptimize-sibling-calls
Optimize sibling and tail recursive calls.
@ifset INTERNALS
@ifset INTERNALS
On some machines, such as the Vax, this flag has no effect, because
On some machines, such as the Vax, this flag has no effect, because
the standard calling sequence automatically handles the frame pointer
the standard calling sequence automatically handles the frame pointer
...
@@ -2488,6 +2485,9 @@ whether a target machine supports this flag. @xref{Registers,,Register
...
@@ -2488,6 +2485,9 @@ whether a target machine supports this flag. @xref{Registers,,Register
Usage, gcc.info, Using and Porting GCC}.@refill
Usage, gcc.info, Using and Porting GCC}.@refill
@end ifclear
@end ifclear
@item -foptimize-sibling-calls
Optimize sibling and tail recursive calls.
@item -fno-inline
@item -fno-inline
Don'
t
pay
attention
to
the
@
code
{
inline
}
keyword
.
Normally
this
option
Don'
t
pay
attention
to
the
@
code
{
inline
}
keyword
.
Normally
this
option
is
used
to
keep
the
compiler
from
expanding
any
functions
inline
.
is
used
to
keep
the
compiler
from
expanding
any
functions
inline
.
...
...
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