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: ARM support


On 29 Jun 2003, Geert Bevin wrote:
> Strange though, since with statically linked executables it should not
> even need the classpath.

That'll happen for classes loaded by reflection.

> Any idea why the size is 2MB instead of the 1MB as you suggested?

*shrug*  because I misremembered, or libgcj has grown considerably since I
last tried it (at least java.nio is new)?

$ size hello
   text    data     bss     dec     hex filename
1841772  602412  111332 2555516  26fe7c hello

$ nm hello | grep 'class\$E$' | wc -l
    602

Wow... 602 classes linked into such a small program.

Jeff


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