This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Removing reflection metadata from libgcj
- From: "Simon Barber" <simon at instant802 dot com>
- To: "Jeff Sturm" <jsturm at one-point dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Fri, 27 Jun 2003 16:19:22 -0700
- Subject: RE: Removing reflection metadata from libgcj
The target application is an 802.11 wireless router. This is an embedded
application where all the java would be ahead of time compiled. There is
a requirement to minimise the memory usage. Following the previous gcj
on ecos thread there was the suggestion of removing metadata from
libgcj.
Simon
-----Original Message-----
From: Jeff Sturm [mailto:jsturm@one-point.com]
Sent: Friday, June 27, 2003 4:13 PM
To: Simon Barber
Cc: java@gcc.gnu.org
Subject: Re: Removing reflection metadata from libgcj
On Fri, 27 Jun 2003, Simon Barber wrote:
> Can someone comment on how long this project might take an experienced
> developer to do?
I'd expect that to depend on what you want to accomplish. You can't
remove that metadata from Java without breaking things, so I'm guessing
you're willing to tolerate a subset of Java with a payoff of smaller
size, but without some specifics it's difficult to give reliable advice.
Jeff