This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: -fnew-verifier
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: tromey at redhat dot com
- Cc: GCJ Hackers <java at gcc dot gnu dot org>
- Date: Mon, 29 Nov 2004 18:29:31 -0500
- Subject: Re: -fnew-verifier
- References: <m3653oqm32.fsf@localhost.localdomain>
Tom Tromey wrote:
I think we should just get rid of -fnew-verifier and instead have that
be implied by -findirect-dispatch. First, -findirect-dispatch
actually already requires this, and second, that way we don't have to
document it (and then keep it around for years even after it is
useless).
Agreed. Also, if we arn't going to make --indirect-dispatch the default
for 4.0, then we should at least make it the default on the HEAD as soon
as 4.0 branches.
Are there any strong against making it the default, anyway? Performance?
Bugs?
Bryce