This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
-fnew-verifier
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 29 Nov 2004 16:20:17 -0700
- Subject: -fnew-verifier
- Reply-to: tromey at redhat dot com
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).
Tom