aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/README.sgi
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/README.sgi')
-rw-r--r--boehm-gc/README.sgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/README.sgi b/boehm-gc/README.sgi
index 186e497..e67124b 100644
--- a/boehm-gc/README.sgi
+++ b/boehm-gc/README.sgi
@@ -35,3 +35,7 @@ The garbage collector uses signals to stop threads.)
initiated. Applications with many such threads may not exhibit acceptable
performance with the collector. (Increasing the heap size may help.)
+6) The collector should not be compiled with -DREDIRECT_MALLOC. This
+confuses some library calls made by the pthreads implementation, which
+expect the standard malloc.
+