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: How to reduce size of executable?


>>>>> "Sergiy" == Sergiy Lozovsky <serge_lozovsky@yahoo.com> writes:

Sergiy> Dynamically linked HelloWorld is 11K. Statically - 2M.
Sergiy> It's clear that a big part of libgcj is here.

Sergiy> I don't need dynamic class loading, so I don't need VM
Sergiy> at run time. How I can exclude VM and other stuff I
Sergiy> don't need from executable?

Read through the list archives.  This comes up quite a bit.

Tom


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