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: GCJ and Boehm GC "Incremental Collection"


There are hooks in 7.0 to support that, though they haven't really been
tested or tuned.  I expect it would take some tuning to make that fast
enough.

The major difficulty is probably that it's effectively an ABI change,
and I'm not at all sure we want to do this by default.  But that may not
matter for embedded apps, where it seems to be attracting the most
interest.

Hans

> -----Original Message-----
> From: java-owner@gcc.gnu.org [mailto:java-owner@gcc.gnu.org] 
> On Behalf Of Andrew Haley
> Sent: Tuesday, December 06, 2005 8:17 AM
> To: Boehm, Hans
> Cc: Craig A. Vanderborgh; java@gcc.gnu.org
> Subject: Re: GCJ and Boehm GC "Incremental Collection"
> 
> 
> Hans Boehm writes:
>  > 
>  > For C/C++ clients I usually don't have a choice.  For gcj, 
> it may make  > sense have the compiler insert a write 
> barrier, at least in some cases.
> 
> I can easily do that for Java code.  For CNI code it'd be 
> more difficult.
> 
> Andrew.
> 


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