This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Size problem
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "Pascal Lacroix" <gargamel_lille at caramail dot com>,<java at gcc dot gnu dot org>
- Date: Sun, 12 Jan 2003 14:36:38 +0100
- Subject: RE: Size problem
> I'd like to use GCJ for application but could it be
> possible to reduce the size of the applications ?
If you are concerned about download size, you'll find that
GCJ executables compress surprisingly well.
I've got a 14MB .exe file that appears to contain mostly air.
Together with some other stuff, it zips up to a 2.1MB
.zip file(the -Os option still causes me some
problems, PR reported).
Øyvind