This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GCJ for eCos
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "'Andrew Haley'" <aph at redhat dot com>, "'Boris Kolar'" <boris dot kolar at globera dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Fri, 6 Jun 2003 13:02:12 +0200
- Subject: RE: GCJ for eCos
>So, statically linked java is bigger than C++, but only by about a
>factor of two.
That varies between environments.
When I compile a hello world in eCos (using GCC), it is 40k. That
includes the eCos embedded OS with serial drivers and multithreading.
Impressive by any standard.
Compiling a static metal arm-elf-gcj hello world is ~1.5MB last I
checked.
Øyvind