Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344187b
)
Update README
author
Matthew Mondor
<mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 20:29:56 +0000
(16:29 -0400)
committer
Matthew Mondor
<mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 20:29:56 +0000
(16:29 -0400)
ecl-gc-bug/README
patch
|
blob
|
blame
|
history
diff --git
a/ecl-gc-bug/README
b/ecl-gc-bug/README
index
04da6fa
..
0ef5457
100644
(file)
--- a/
ecl-gc-bug/README
+++ b/
ecl-gc-bug/README
@@
-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.