public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, Doc] Java: Clarify restrictions on -freduced-reflection option.
@ 2008-08-25 21:52 David Daney
  2008-09-06  5:04 ` David Daney
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2008-08-25 21:52 UTC (permalink / raw)
  To: Java Patch List, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

This patch slightly enhances the documentation for GCJ's 
-freduced-reflection option.

Tested with make info.

OK to commit?


gcc/java:
2008-08-25  David Daney  <ddaney@avtrex.com>

	* gcj.texi (-freduced-reflection): Clarify option's restrictions.

[-- Attachment #2: reduced-reflection-doc.patch --]
[-- Type: text/x-patch, Size: 897 bytes --]

Index: gcj.texi
===================================================================
--- gcj.texi	(revision 139396)
+++ gcj.texi	(working copy)
@@ -557,9 +557,10 @@ the ability to use certain reflection ca
 Java runtime environment. When set all meta-data except for that
 which is needed to obtain correct runtime semantics is eliminated.
 
-For code that does not use reflection (i.e. the methods in the
-@code{java.lang.reflect} package), @code{-freduced-reflection}
-will result in proper operation with a savings in executable code size.
+For code that does not use reflection (i.e. serialization, RMI, CORBA
+and/or call methods in the @code{java.lang.reflect} package),
+@code{-freduced-reflection} will result in proper operation with a
+savings in executable code size.
 
 JNI (@code{-fjni}) and the binary compatibility ABI
 (@code{-findirect-dispatch}) do not work properly without full

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, Doc] Java: Clarify restrictions on -freduced-reflection  option.
  2008-08-25 21:52 [Patch, Doc] Java: Clarify restrictions on -freduced-reflection option David Daney
@ 2008-09-06  5:04 ` David Daney
  0 siblings, 0 replies; 2+ messages in thread
From: David Daney @ 2008-09-06  5:04 UTC (permalink / raw)
  To: Java Patch List, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

David Daney wrote:
> This patch slightly enhances the documentation for GCJ's 
> -freduced-reflection option.
> 
> Tested with make info.
> 
> OK to commit?
> 
> 
> gcc/java:
> 2008-08-25  David Daney  <ddaney@avtrex.com>
> 
>     * gcj.texi (-freduced-reflection): Clarify option's restrictions.
> 

I committed this slightly changed version with the changes suggested and 
approved by Tom Tromey on IRC.

2008-09-05  David Daney  <ddaney@avtrex.com>

	* gcj.texi (-freduced-reflection): Clarify option's restrictions.



[-- Attachment #2: reduced-reflection-doc.patch --]
[-- Type: text/x-patch, Size: 893 bytes --]

Index: gcj.texi
===================================================================
--- gcj.texi	(revision 140040)
+++ gcj.texi	(working copy)
@@ -557,9 +557,10 @@ the ability to use certain reflection ca
 Java runtime environment. When set all meta-data except for that
 which is needed to obtain correct runtime semantics is eliminated.
 
-For code that does not use reflection (i.e. the methods in the
-@code{java.lang.reflect} package), @code{-freduced-reflection}
-will result in proper operation with a savings in executable code size.
+For code that does not use reflection (i.e. serialization, RMI, CORBA
+or call methods in the @code{java.lang.reflect} package),
+@code{-freduced-reflection} will result in proper operation with a
+savings in executable code size.
 
 JNI (@code{-fjni}) and the binary compatibility ABI
 (@code{-findirect-dispatch}) do not work properly without full

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-05 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-25 21:52 [Patch, Doc] Java: Clarify restrictions on -freduced-reflection option David Daney
2008-09-06  5:04 ` David Daney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).