From f16f0dfaf952431e1479da14b10210fa0abd5c26 Mon Sep 17 00:00:00 2001 From: yawnt Date: Fri, 28 Mar 2014 21:26:18 +0100 Subject: [PATCH] papers: add added 3 papers from the thesis: Efficient Memory Management for Message Passing Concurrency --- concurrency/README.md | 4 ++++ garbage_collection/README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/concurrency/README.md b/concurrency/README.md index 990d7d5..5e9355f 100644 --- a/concurrency/README.md +++ b/concurrency/README.md @@ -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) diff --git a/garbage_collection/README.md b/garbage_collection/README.md index 3081920..b14617d 100644 --- a/garbage_collection/README.md +++ b/garbage_collection/README.md @@ -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)