This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: eliminate gcjh?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <megacz at gcc dot gnu dot org>
- Cc: java at gcc dot gnu dot org
- Date: 08 Mar 2004 10:05:38 -0700
- Subject: Re: eliminate gcjh?
- References: <m1vflhnxid.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <megacz@gcc.gnu.org> writes:
Adam> Has there been any talk of integrating gcjh into gcj so that
Adam> gcj -Istuff.jar foo.cc
Adam> would infer the headers from the class files in stuff.jar?
It's been thought of, but nobody has tried implementing it.
Really you would be integrating this into g++, not gcj.
We're going to be facing some real problems with gcjh once we start
looking at 1.5. For instance, 1.5 has covariant methods, I don't
think you can express this in C++.
Tom