mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Link to GC paper
This commit is contained in:
parent
558b6adadf
commit
007950dc72
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone, and
|
|||
|
||||
[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on how the compiler was written and how it works.
|
||||
|
||||
Cyclone's [Garbage Collector](docs/Garbage-Collector.md) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector.
|
||||
|
||||
Finally, if you need another resource to start learning the Scheme language please try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).
|
||||
|
||||
License
|
||||
|
|
Loading…
Add table
Reference in a new issue