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: Boehm-gc with -00



Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> By default the libgcj GC is currently not incremental. You can turn 
> the incremental mode on, but it interacts badly with libjava's IO code 
> (search the archives for the full story).

I should note that this isn't hard to fix, though. I had it working
under Win32 for a while by tweaking natFileDescriptor to read() into a
stack-allocated or malloc()ed buffer (depending on size) and then copy
from there into the byte[].

Hrm, could we make this a configurable on the trunk? I can write up a
patch for it.

  - a

-- 
Sick of HTML user interfaces?
www.xwt.org


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