This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: -fnew-verifier
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Bryce McKinlay <mckinlay at redhat dot com>, GCJ Hackers <java at gcc dot gnu dot org>
- Date: Wed, 1 Dec 2004 10:10:31 +0000
- Subject: Re: -fnew-verifier
- References: <m3653oqm32.fsf@localhost.localdomain><41ABB0DB.5010603@redhat.com><m3u0r8p4lc.fsf@localhost.localdomain><16812.44378.814923.803227@cuddles.cambridge.redhat.com><m3u0r7nfgf.fsf@localhost.localdomain>
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>
> Andrew> Therefore, I suggest we simply disable -findirect-dispatch when
> Andrew> compiling from source. Should we produce a warning?
>
> A warning at least, perhaps a hard error. It could be surprising to
> ask for BC code and have the compiler go ahead and generate something
> else.
Well, okay. We need to sat up the test suite to only test compilation
from bytecode with -findirect-dispatch, and this involves TCL hacking.
Sigh.
Andrew.