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


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

Ok, fair enough :-)

> $ 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.

It is mindblowing indeed ! The evident question I then get from someone
that has severe space limitations is : why does such a small program
need to have all these classes linked in. I would answer ... since much
of it is looked up with reflection. However you said reflection is
disabled, so now I'm confused :-/

-- 
Geert Bevin                       Uwyn
"Use what you need"               Rue Victor Cuvelier 57
http://www.uwyn.com               7190 Ecaussinnes
gbevin[remove] at uwyn dot com    Tel +32 67 78 04 06

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


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