From 709aaca4bbbbaa5928721a109c0a6c86dc028d1b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 8 Feb 2016 21:36:05 -0500 Subject: [PATCH] Added references --- docs/Garbage-Collector.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Garbage-Collector.md b/docs/Garbage-Collector.md index aabeb244..191d4cdf 100644 --- a/docs/Garbage-Collector.md +++ b/docs/Garbage-Collector.md @@ -309,10 +309,12 @@ Ultimately, a garbage collector is tricky to implement and the focus must primar # Further Reading +- [Baby's First Garbage Collector](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/), by Bob Nystrom - [Chibi-Scheme](https://github.com/ashinn/chibi-scheme) - [CHICKEN internals: the garbage collector](http://www.more-magic.net/posts/internals-gc.html), by Peter Bex - [CONS Should Not CONS Its Arguments, Part II: Cheney on the M.T.A.](http://www.pipeline.com/~hbaker1/CheneyMTA.html), by Henry Baker - Fragmentation Tolerant Real Time Garbage Collection (PhD Dissertation), by Filip Pizlo +- [The Garbage Collection Handbook: The Art of Automatic Memory Management](http://gchandbook.org/), by Antony Hosking, Eliot Moss, and Richard Jones - Implementing an on-the-fly garbage collector for Java, by Domani et al - Incremental Parallel Garbage Collection, by Paul Thomas - Portable, Unobtrusive Garbage Collection for Multiprocessor Systems, by Damien Doligez and Georges Gonthier