2014-03-14 02:39:39 +00:00
* [A Unified Theory of Garbage Collection ](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf )
2014-03-08 08:04:09 +00:00
2014-03-14 02:39:39 +00:00
* [Teaching Garbage Collection without Implementing Compilers or Interpreters ](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf )
2014-03-28 21:45:53 +00:00
* [Message Analysis Guided Allocation and Low Pause Incremental GC in a Concurrent Language ](http://user.it.uu.se/~kostis/Papers/ismm04.pdf )
2014-09-08 17:21:56 +00:00
* [And Then There Were None: A Stall-Free Real-Time Garbage Collector for Reconfigurable Hardware ](http://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon12AndThen.pdf )
2014-11-05 23:06:48 +00:00
* :scroll:
[ScatterAlloc: Massively Parallel Dynamic Memory Allocation for the GPU ](http://www.icg.tugraz.at/Members/steinber/scatteralloc-1 )
- Presents a useful algorithm as well as considerations relevant to
designing algorithms for GPUs.