This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [BC ABI] gcj-abi-2-dev-branch created
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 16 Apr 2004 16:33:30 -0600
- Subject: Re: [BC ABI] gcj-abi-2-dev-branch created
- References: <16511.55995.699361.970768@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> Much remains to be done. Some of the important missing things are:
BTW, I'd like it if anything on this list not already in bugzilla
were filed there and then made a dependency of the BC ABI tracking
PR, aka http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12725
Andrew> * The compiler should no longer open class files referred to when
Andrew> compiling class files.
This makes sense for jit mode, but perhaps not for BC by default.
By default it might be nice to still get "can't find xxx" messages.
Tom