This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Size problem


> We need to start building libgcj as a DLL.  That will make a 
> big difference.  I don't believe anyone is working on this yet.

Is libgcj.dll + my.exe < my.exe ?

In my case, I would choose to distribute the libgcj.dll and my .exe
together, to avoid version issues.

(My assumption is that libgcj.dll is a shared dll for all those
pieces that are normally bundled into the .exe file.)

W.r.t. reducing size, I can shave off 30% of the download size
as soon as I get the -Os option working.

Sizes come in many flavours :-)

- disk size 
- download size
- memory size
- preceived size. Part of the size problem is preceived, i.e.
someone might draw conclusions about how big the download size
would be, based upon inspection of the .exe file size.  


Øyvind





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]