papers: add added 3 papers from the thesis: Efficient Memory Management for Message Passing Concurrency

This commit is contained in:
yawnt 2014-03-28 21:26:18 +01:00
parent 5cdc94c17c
commit f16f0dfaf9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
* [everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
* [heap-architectures-for-concurrent-languages-using-message-passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)
* [message-analysis-for-concurrent-languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)

View File

@ -1,3 +1,5 @@
* [a-unified-theory-of-garbage-collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
* [teaching-garbage-collection-without-implementing-compilers-or-interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf)
* [message-analysis-guided-allocation-and-low-pause-incremental-GC-in-a-concurrent-language](http://user.it.uu.se/~kostis/Papers/ismm04.pdf)