1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 13:30:31 +02:00
guile/doc
Andy Wingo 1ff082705e Remove scc
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.
2024-09-10 11:10:47 +02:00
..
collector-bdw.md Rework docs 2024-07-27 22:26:24 +02:00
collector-mmc.md Whoops, typo on mmc docs 2024-09-02 14:20:52 +02:00
collector-pcc.md Remove scc 2024-09-10 11:10:47 +02:00
collector-semi.md Rework docs 2024-07-27 22:26:24 +02:00
collectors.md Remove scc 2024-09-10 11:10:47 +02:00
guile.md Rename "whippet" collector to "mmc": mostly marking collector 2024-09-02 13:19:05 +02:00
manual.md Reorder events in event listener; refactors to mmc and pcc 2024-09-10 10:55:38 +02:00
README.md fix guile.md link 2024-08-14 22:36:50 +08:00

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.