Add papers presented on SF chapter on Feb 23rd 2017 (#432)

- NOTE: The paper "A Unified Theory of Garbage Collection" was already
  present in the garbage collection section, so I just added a brief
  summary.
This commit is contained in:
Francisco Pérez-Sorrosal
2017-02-26 06:14:21 -08:00
committed by Darren_N
parent 0fb9de52ae
commit 3f23d13b7a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
> An overview for programmers and language implementors for understanding different garbage collection algorithms.
* [A LISP Garbage-Collector for Virtual-Memory Computer Systems](https://www.cs.purdue.edu/homes/hosking/690M/p611-fenichel.pdf)
* [Incremental Collection of Mature Objects](http://pdf.aminer.org/000/465/194/incremental_collection_of_mature_objects.pdf)