wingo pushed a commit to branch wip-whippet
in repository guile.

commit 54ce801c724b874eaae22b3de066d0082b177f14
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Wed Mar 30 23:21:45 2022 +0200

    Update README now that we have parallel mutators
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 48f56181b..c8b104856 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ majority of use cases.
 ## To do
 
  - [X] Implement a parallel marker for the mark-sweep collector.
- - [ ] Adapt all GC implementations to allow multiple mutator threads.
+ - [X] Adapt all GC implementations to allow multiple mutator threads.
    Update gcbench.c.
  - [ ] Implement precise non-moving Immix whole-heap collector.
  - [ ] Add evacuation to Immix whole-heap collector.

Reply via email to