1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/doc
Andy Wingo 8e631ca3f3 Remove embedder requirement for per-object remset bits
Since we now have a field-logging write barrier, we don't need
per-object log bits.
2025-01-06 16:59:54 +01:00
..
collector-bdw.md Update manual 2024-09-16 14:33:30 +02:00
collector-mmc.md Remove mention of concurrent marking for mmc 2024-09-10 11:35:28 +02:00
collector-pcc.md Update some doc links 2024-09-10 11:31:55 +02:00
collector-semi.md Rework docs 2024-07-27 22:26:24 +02:00
collectors.md There are four lights 2024-09-10 11:28:15 +02:00
guile.md Rename "whippet" collector to "mmc": mostly marking collector 2024-09-02 13:19:05 +02:00
manual.md Remove embedder requirement for per-object remset bits 2025-01-06 16:59:54 +01: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.