Link to GC paper

This commit is contained in:
Justin Ethier 2016-01-29 23:09:26 -05:00
parent 558b6adadf
commit 007950dc72

View file

@ -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