From 8c522aa7323fa089c2e42ff66073c8779d219383 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Sat, 24 Apr 2021 02:53:30 +0100 Subject: [PATCH] Add Polymorphisation paper (#1093) --- src/appendix/bibliography.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appendix/bibliography.md b/src/appendix/bibliography.md index c8b4a23b..0caed3fa 100644 --- a/src/appendix/bibliography.md +++ b/src/appendix/bibliography.md @@ -89,3 +89,4 @@ Rust, as well as publications about Rust. * [The Case for Writing a Kernel in Rust](https://www.tockos.org/assets/papers/rust-kernel-apsys2017.pdf) * [RustBelt: Securing the Foundations of the Rust Programming Language](https://plv.mpi-sws.org/rustbelt/popl18/) * [Oxide: The Essence of Rust](https://arxiv.org/abs/1903.00982). By Aaron Weiss, Olek Gierczak, Daniel Patterson, Nicholas D. Matsakis, and Amal Ahmed. +* [Polymorphisation: Improving Rust compilation times through intelligent monomorphisation](https://davidtw.co/media/masters_dissertation.pdf). David Wood's master's thesis.