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


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