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
bbdcb943
Commit
bbdcb943
authored
Sep 05, 2008
by
David Daney
Committed by
David Daney
Sep 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (-freduced-reflection): Clarify option's restrictions.
From-SVN: r140041
parent
93a4f5e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+4
-3
No files found.
gcc/java/ChangeLog
View file @
bbdcb943
2008
-
09
-
05
David
Daney
<
ddaney
@
avtrex
.
com
>
*
gcj
.
texi
(-
freduced
-
reflection
):
Clarify
option
's restrictions.
2008-08-21 David Daney <ddaney@avtrex.com>
2008-08-21 David Daney <ddaney@avtrex.com>
* class.c (make_class_data): Don'
t
add
field_index
when
* class.c (make_class_data): Don'
t
add
field_index
when
...
...
gcc/java/gcj.texi
View file @
bbdcb943
...
@@ -557,9 +557,10 @@ the ability to use certain reflection capabilities of the standard
...
@@ -557,9 +557,10 @@ the ability to use certain reflection capabilities of the standard
Java runtime environment. When set all meta-data except for that
Java runtime environment. When set all meta-data except for that
which is needed to obtain correct runtime semantics is eliminated.
which is needed to obtain correct runtime semantics is eliminated.
For code that does not use reflection (i.e. the methods in the
For code that does not use reflection (i.e. serialization, RMI, CORBA
@code{java.lang.reflect} package), @code{-freduced-reflection}
or call methods in the @code{java.lang.reflect} package),
will result in proper operation with a savings in executable code size.
@code{-freduced-reflection} will result in proper operation with a
savings in executable code size.
JNI (@code{-fjni}) and the binary compatibility ABI
JNI (@code{-fjni}) and the binary compatibility ABI
(@code{-findirect-dispatch}) do not work properly without full
(@code{-findirect-dispatch}) do not work properly without full
...
...
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