1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Add pcc collector to docs

This commit is contained in:
Andy Wingo 2024-07-11 21:07:26 +02:00
parent d5ef140dfe
commit c556dedb56

View file

@ -182,8 +182,9 @@ prepared!
## Configuration, compilation, and linking ## Configuration, compilation, and linking
To the user, Whippet presents an abstract API that does not encode the 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; 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 `bdw`, an implementation via the third-party
[Boehm-Demers-Weiser](https://github.com/ivmai/bdwgc) conservative [Boehm-Demers-Weiser](https://github.com/ivmai/bdwgc) conservative
collector; and `whippet`, an Immix-like collector. collector; and `whippet`, an Immix-like collector.