wingo pushed a commit to branch wip-whippet in repository guile. commit c556dedb56c0a4b0a37a73aec33372940ad725c8 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Thu Jul 11 21:07:26 2024 +0200
Add pcc collector to docs --- doc/manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual.md b/doc/manual.md index ab0656db0..73aa537eb 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -182,8 +182,9 @@ prepared! ## Configuration, compilation, and linking To the user, Whippet presents an abstract API that does not encode the -specificities of any given collector. Whippet currently includes three +specificities of any given collector. Whippet currently includes four implementations of that API: `semi`, a simple semi-space collector; +`pcc`, a parallel copying collector (like semi but multithreaded); `bdw`, an implementation via the third-party [Boehm-Demers-Weiser](https://github.com/ivmai/bdwgc) conservative collector; and `whippet`, an Immix-like collector.