1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

Update README now that we have parallel mutators

This commit is contained in:
Andy Wingo 2022-03-30 23:21:45 +02:00
parent a1dbbfd6ae
commit 54ce801c72

View file

@ -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.