This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch to gcc-3.0/features.html
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Subject: Re: Patch to gcc-3.0/features.html
- From: Per Bothner <per at bothner dot com>
- Date: 07 Apr 2001 10:59:13 -0700
- Cc: <gcc-patches at gcc dot gnu dot org>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.32.0104042003540.9694-100000@kern.srcf.societies.cam.ac.uk>
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> + <li>Java support.</li>
I would perfer it if we say some more here!
How about:
The GNU Compiler for the Java(TM) language (GCJ) is now integrated and
supported. GCJ can compile Java source or Java bytecodes to either
native code or Java class files. The included run-time library
contains the core Java classes, a bytecode interpreter, the Boehm
conservative garbage collector, and support for native methods written
in either the standard JNI or the more efficient and convenient CNI.
Many bugs have been fixed in GCJ, and GCJ is now a practical Free
Software alternative for many non-GUI Java applications.
If this is too verbose I can edit it down a bit.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/