2022-04-09 17:05:02 +01:00
* [A Unified Theory of Garbage Collection ](https://www.cs.cornell.edu/courses/cs6120/2019fa/blog/unified-theory-gc/ )
2017-02-26 06:14:21 -08:00
> An overview for programmers and language implementors for understanding different garbage collection algorithms.
2015-01-10 19:56:09 -05:00
* [A LISP Garbage-Collector for Virtual-Memory Computer Systems ](https://www.cs.purdue.edu/homes/hosking/690M/p611-fenichel.pdf )
2015-10-07 15:11:04 -04:00
2015-01-10 19:56:09 -05:00
* [Incremental Collection of Mature Objects ](http://pdf.aminer.org/000/465/194/incremental_collection_of_mature_objects.pdf )
2015-10-07 15:11:04 -04:00
* [:scroll: ](incremental_mature_garbage_collection_using_the_train_algorithm.pdf ) [Incremental Mature Garbage Collection Using the Train Algorithm ](https://www.sics.se/~seif/DatalogiII/Book/train.ps )
2015-01-10 19:56:09 -05:00
* [Incremental Garbage Collection: The Train Algorithm ](http://www.ssw.uni-linz.ac.at/General/Staff/TW/Wuerthinger05Train.pdf )
2021-10-02 08:40:52 -03:00
* [On-the-Fly Garbage Collection: An Exercise in Cooperation ](https://lamport.azurewebsites.net/pubs/garbage.pdf )
2021-12-31 19:05:11 +00:00
* [:scroll: ](the_lisp_ii_garbage_collector.pdf ) [The Lisp II Garbage Collector ](http://www.softwarepreservation.com/projects/LISP/lisp2/TM-3417_500_00_LISP2_GC_Spec.pdf )
2021-12-31 16:52:14 +00:00
* [The Treadmill: Real-Time Garbage Collection Without Motion Sickness ](http://plover.com/~mjd/misc/hbaker-archive/NoMotionGC.html )
2022-07-20 23:51:59 -04:00
* [:scroll: ](parallel_generational_copying_garbage_collection_with_a_block_structured_heap.pdf )[Parallel Generational-Copying Garbage Collection with a Block-Structured
2021-12-31 16:52:14 +00:00
Heap](http://simonmar.github.io/bib/papers/parallel-gc.pdf)