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]

Re: Problem --with-gc=simple.


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Bryce> You probibly want to look in the boehm-gc directory and see if
Bryce> you can make it use something other than mmap() on your
Bryce> target. Take a look at os-dep.c.

I've had boehm-gc running on a MIPS simulator before.  This was a
couple years ago.  It wasn't using POSIX threads, it was using
qthreads (a hacky system; the way we were using it I/O blocked all
threads).  I'm sure this is still doable, but it almost certainly
requires some hacking.

Tom


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