From 505a465667d1e1224ed6b4c89fcd83825a9c6ac2 Mon Sep 17 00:00:00 2001 From: Ivan Cai Date: Tue, 28 Mar 2017 15:57:08 +1100 Subject: [PATCH] =?UTF-8?q?Add=20link=20to=20=E2=80=9CRust=20as=20a=20Lang?= =?UTF-8?q?uage=20for=20High=20Performance=20GC=20Implementation=E2=80=9D?= =?UTF-8?q?=20to=20bibliography?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- first-edition/src/bibliography.md | 1 + 1 file changed, 1 insertion(+) diff --git a/first-edition/src/bibliography.md b/first-edition/src/bibliography.md index 07b2aa94a..483c1e622 100644 --- a/first-edition/src/bibliography.md +++ b/first-edition/src/bibliography.md @@ -81,3 +81,4 @@ Language](http://www.cs.indiana.edu/~eholk/papers/hips2013.pdf). Early GPU work Munksgaard's master's thesis. Research for Servo. * [Ownership is Theft: Experiences Building an Embedded OS in Rust - Amit Levy, et. al.](http://amitlevy.com/papers/tock-plos2015.pdf) * [You can't spell trust without Rust](https://raw.githubusercontent.com/Gankro/thesis/master/thesis.pdf). Alexis Beingessner's master's thesis. +* [Rust as a Language for High Performance GC Implementation](http://users.cecs.anu.edu.au/~steveb/downloads/pdf/rust-ismm-2016.pdf)