GC_enable_incremental()

Andrew Haley aph@redhat.com
Wed Sep 8 15:49:00 GMT 2004


Hans Boehm writes:
 > 
 > The problem isn't really a system call writing pointers.  The
 > problem is that if a system call writes into the heap, the GC needs
 > to have been told in advance that that section of memory is
 > pointerfree.  Otherwise the system call may fail, since the memory
 > may not be writable.

Interesting.  Could we not intercept system calls?

Andrew.



More information about the Java mailing list