From 54ce801c724b874eaae22b3de066d0082b177f14 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 30 Mar 2022 23:21:45 +0200 Subject: [PATCH] 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.