This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[BC] Patch: Cached class map
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org, Tom Tromey <tromey at redhat dot com>
- Date: Thu, 28 Oct 2004 19:21:36 +0100
- Subject: [BC] Patch: Cached class map
- References: <m3oeioduic.fsf@localhost.localdomain><16767.62665.881475.791718@cuddles.cambridge.redhat.com><16767.63050.12354.298557@cuddles.cambridge.redhat.com><m3fz3zddat.fsf@localhost.localdomain><16769.12680.465178.29779@cuddles.cambridge.redhat.com>
I wonder if there might be another useful step here: store the digest
of the bytes in a .class file in the compiled object file. It would
make the system more robust against active attacks and also simple
mistakes.
Andrew.