This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
status of gcj's boehm collector?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 04 Dec 2001 13:43:26 -0500
- Subject: status of gcj's boehm collector?
- Organization: Myself
I've been poking around Hans Boehm's web page, and noticed that the
boehm collector claims to provide both incremental and generational
collection (on most platforms). However, I also noticed that it says
that gcj includes an "older" verison of the collector.
Does the version included with gcj provide generational collection?
Incremental collection?
Generational collection is rather important for me -- my code
allocates a lot of tiny, short-lived objects (I use Rhino, which has
to create zillions of Number() wrappers when talking to host objects).
- a