From ed9813612c1e4ecbdd30f79167a2b43bfee356b3 Mon Sep 17 00:00:00 2001 From: hboehm Date: Thu, 5 Oct 2006 19:41:03 +0000 Subject: [PATCH] 2006-10-05 Hans Boehm * Document gc_cpp.h misbehavior with dynamic libraries. --- doc/README.darwin | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/README.darwin b/doc/README.darwin index 72d60406..b413ff33 100644 --- a/doc/README.darwin +++ b/doc/README.darwin @@ -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) ====================================================================== -- 2.40.0