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]

status of gcj's boehm collector?



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


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