This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: shriveling libgcj
- To: <java at gcc dot gnu dot org>, "Adam Megacz" <gcj at lists dot megacz dot com>
- Subject: Re: shriveling libgcj
- From: "Anthony Green" <green at redhat dot com>
- Date: Fri, 9 Nov 2001 19:12:14 -0800
- References: <m3u1w3o688.fsf@noneofyourbusiness.com>
Adam wrote:
> - Is there another garbage collector besides boehm? Is it larger or
> smaller (binary size)?
See http://egc.sourceforge.net/
I don't know how it compares size wise. My understanding is that it is an
appropriate choice for large, fixed size heaps.
AG