[jit] In native-to-managed wrappers, emit the initlocals code for vtypes after the...
[mono.git] / libgc / doc / README.darwin
index 72d60406d5cc9259b46da4f94d63d08bf626cefc..70954971fc05abc9f234ca1af16bc344609516b6 100644 (file)
@@ -1,3 +1,16 @@
+6.5 update:
+I disabled incremental GC on Darwin in this version, since I couldn't
+get gctest to pass when the GC was built as a dynamic library.  Building
+with -DMPROTECT_VDB (and threads) on the command line should get you
+back to the old state.                 - HB
+
+./configure --enable-cplusplus results in a "make check" failure, probably
+because the ::delete override ends up in a separate dl, and Darwin dynamic
+loader semantics appear to be such that this is not really visible to the
+main program, unlike on ELF systems.  Someone who understands dynamic
+loading needs to lookat this.  For now, gc_cpp.o needs to be linked
+statically, if needed.                 - HB
+
 Darwin/MacOSX Support - December 16, 2003
 =========================================