mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Add pcc collector to docs
This commit is contained in:
parent
d5ef140dfe
commit
c556dedb56
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue