This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.0 Branch
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: GCC 3.0 Branch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 15 Feb 2001 08:55:08 -0700
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- References: <20010212085943X.mitchell@codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:
Mark> I have tagged and branched the sources for GCC 3.0. The tag is
Mark> `gcc-3_0-branchpoint'; the branch itself is `gcc-3_0-branch'.
Hi Mark.
I have some questions about how Java relates to the branch.
* Will we be enabling Java by default for platforms where it is known
to work? This is very important to us.
* Recently we've received some Java patches which enable new ports.
* A patch to enable the bytecode interpreter on PPC
* A patch to enable primitive (no threads, no GC) Java support on
nearly any platform.
Would these be acceptable for gcc 3.0?
Tom