Add Polymorphisation paper (#1093)

This commit is contained in:
Nixon Enraght-Moony 2021-04-24 02:53:30 +01:00 committed by GitHub
parent e0055323fd
commit 8c522aa732
1 changed files with 1 additions and 0 deletions

View File

@ -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.