mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-27 13:30:31 +02:00
PCC with GC_PARALLEL=0 is exactly equivalent to SCC. Also now that PCC will dynamically avoid atomic forwarding if parallelism is disabled at run-time, there is no need to keep SCC around. |
||
---|---|---|
.. | ||
collector-bdw.md | ||
collector-mmc.md | ||
collector-pcc.md | ||
collector-semi.md | ||
collectors.md | ||
guile.md | ||
manual.md | ||
README.md |
Whippet documentation
-
Manual: How do you get your program to use Whippet? What is the API?
-
Collector implementations: There are a number of implementations of the Whippet API with differing performance characteristics and which impose different requirements on the embedder.
-
Guile: Some notes on a potential rebase of Guile on top of Whippet.