7 If you know of any papers you think I would be interested in, I'll appreciate
8 if you can drop me an `e-mail`__.
10 __ mailto:luca@llucax.com
17 * `On-the-Fly Garbage Collection Using Sliding Views`__.
18 * `Python's algorithm`__ (blog post__).
20 __ http://www.cs.technion.ac.il/~erez/presentations/lp-seminar.ppt
21 __ http://arctrix.com/nas/python/gc/
22 __ /blog/blog/post/-41674980
29 * `Connectivity-based garbage collection`__.
30 * `Accurate Garbage Collection in an Uncooperative Environment`__ (blog
33 __ http://www-plan.cs.colorado.edu/diwan/cbgc.pdf
34 __ http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.19.5570
35 __ /blog/blog/post/-1ac779b
41 * `Nonintrusive Cloning Garbage Collector with Stock Operating System
44 __ http://www.cs.purdue.edu/homes/grr/snapshot-gc.ps
49 * `Lock-free parallel and concurrent garbage collection by mark&sweep`__.
50 * `Very Concurrent Mark-&-Sweep Garbage Collection without Fine-Grain
53 __ http://www.win.tue.nl/~jfg/articles/CSR-04-31.pdf
54 __ http://doc.cat-v.org/inferno/concurrent_gc/
64 * `Mono Compacting GC`__.
66 __ http://www.mono-project.com/Compacting_GC
71 * `Combining Region Inference and Garbage Collection`__.
73 __ http://www.itu.dk/~mael/mypapers/pldi2002.pdf
78 * `Immix: A Mark-Region Garbage Collector with Space Efficiency, Fast
79 Collection, and Mutator Performance`__ (blog post__).
81 __ http://cs.anu.edu.au/~Steve.Blackburn/pubs/abstracts.html#immix-pldi-2008
82 __ /blog/blog/post/2b76eea1
89 * `Quantifying the Performance of Garbage Collection vs. Explicit Memory
92 __ http://www.cs.umass.edu/~emery/pubs/gcvsmalloc.pdf
95 .. vim: set et sw=3 sts=3 tw=78 :