From 44427a8afc05f25200dec0c1c45b209006266eec Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Thu, 25 Mar 2021 13:27:11 +0000 Subject: [PATCH 1/2] Add Polymorphisation paper --- src/appendix/bibliography.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appendix/bibliography.md b/src/appendix/bibliography.md index c8b4a23b3..b64bbfa22 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 timesthrough intelligent monomorphisation](https://davidtw.co/media/masters_dissertation.pdf)/ By David Wood From ab838a5d5fcc01505568115c3238cd115c574e75 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Fri, 23 Apr 2021 22:50:54 +0100 Subject: [PATCH 2/2] Update bibliography.md --- src/appendix/bibliography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appendix/bibliography.md b/src/appendix/bibliography.md index b64bbfa22..0caed3faf 100644 --- a/src/appendix/bibliography.md +++ b/src/appendix/bibliography.md @@ -89,4 +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 timesthrough intelligent monomorphisation](https://davidtw.co/media/masters_dissertation.pdf)/ By David Wood +* [Polymorphisation: Improving Rust compilation times through intelligent monomorphisation](https://davidtw.co/media/masters_dissertation.pdf). David Wood's master's thesis.