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]

How to reduce size of executable?


Hi,

I'm working in the limited RAM environment.

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

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

Best regards,

Serge

serge_lozovsky@yahoo.com

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


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