mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added references
This commit is contained in:
parent
c8045f42e1
commit
709aaca4bb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue