Update README
authorMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 20:29:56 +0000 (16:29 -0400)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 20:29:56 +0000 (16:29 -0400)
ecl-gc-bug/README

index 04da6fa..0ef5457 100644 (file)
@@ -27,5 +27,5 @@ avoidable bug; I have daemons using ECL with decent uptimes.
   instead of a busy loop, with one thread missing.
 - Verify if boehm-gc's use of SA_RESTART is correct, and if hanging
   situations happen in restartable or non-restartable calls.
-- Merge my heap related fixes in the netbsd-boehm-gc branch and see
-  if anything is different
+- NetBSD has pthread_suspend_np(3) and pthread_resume_np(3).
+  Verify if Boehm-GC can use those, and if so, enable them and test.