This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/15735] Should be able to disable bytecode verification
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 28 Oct 2004 17:15:00 -0000
- Subject: [Bug java/15735] Should be able to disable bytecode verification
- References: <20040530162038.15735.rmathew@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-10-28 17:14 -------
FYI, not verifying in the compiler is somewhat tricky since
the compiler relies on the verifier to create type maps it
uses later on.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15735