This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ compiled SWT apps mysteriously rummaging the harddrive
On Wed, 2003-02-19 at 08:53, Øyvind Harboe wrote:
> How about compiling it out altogether? That would reduce the size of the
> "one big executable" as well, presumably.
You can already try this when you configure with --enable-interpreter=no
(Never tried this so I don't know if it would actually result in a much
smaller executable.) But note that this doesn't mean that class files
aren't searched for. They are still searched for but just cannot be
instantiated in that case.
Cheers,
Mark