]> granicus.if.org Git - gc/commitdiff
2006-10-05 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Thu, 5 Oct 2006 19:41:03 +0000 (19:41 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:38 +0000 (21:06 +0400)
* Document gc_cpp.h misbehavior with dynamic libraries.

doc/README.darwin

index 72d60406d5cc9259b46da4f94d63d08bf626cefc..b413ff3385305aaec203d19f1344d74dbd733daa 100644 (file)
@@ -82,6 +82,20 @@ Darwin/OS X port.
 -Brian Alliet
 brian@brianweb.net
 
+gc_cpp.h usage
+==============
+
+Replacement of operator new and delete is apparently not supported with
+dynamic libraries.  This means that applications using gc_cpp.h
+(including the built-in test) will probably not work correctly with
+the collector in a dynamic library, unless special care is taken.
+
+See
+http://article.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/1421
+for some details.
+
+- Hans Boehm (based on information from Andrew Begel)
+
 
 Older Information (Most of this no longer applies to the current code)
 ======================================================================