This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: RFA: fix PR


Tom Tromey writes:
 > >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
 > 
 > Andrew> Great, thanks.
 > 
 > Thanks.  If you're in a reviewing mood, here are a few pending
 > patches:
 > 
 > PR bootstrap/14614
 >   http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01265.html


Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	PR bootstrap/14614:
	* Make-lang.in (java.install-common): Only install transformed
	gcjh if gcj-cross exists.

OK.

 > Documentation fixes
 >   http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02627.html

+@item -findirect-dispatch
+@command{gcj} has a special binary compatibility ABI, which is
+enabled by the @code{-findirect-dispatch} option.  In this mode, the
+code generated by @command{gcj} does not need to be directly linked
+against its dependencies.  Instead, all dependencies will be looked

"will be"  ?  future tense?

+up at runtime.  This allows free mixing of interpreted and compiled
+code.  Code compiled with this flag will obey the guarantees in the
                                     ^honours

+binary compatibility chapter of the Java Language Specification.
+

Curiously worded, but OK.

Perhaps we should warn that all this dbtool stuff (and I guess the new
ABI as a whole) is an "early technology release" or somesuch?

 > Removal of -fnew-verifier
 >   http://gcc.gnu.org/ml/java-patches/2004-q4/msg00797.html

OK.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]