This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
BC and compilation time
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 01 Nov 2004 11:12:13 -0700
- Subject: BC and compilation time
- Reply-to: tromey at redhat dot com
Some good news from the BC branch that I thought I'd share: with the
new "flag_verify_invocations" code (enabled when you ask for indirect
dispatch), compilation times drop drastically as one might expect.
Memory use also drops quite a bit -- compiling the JDT jar files from
Eclipse no longer makes my machine swap.
Tom