summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-06-03 12:54:12 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:35 -0400
commit43acb9d7f0d96caec6c517d3e9097b956bc91dd9 (patch)
tree143ef4048362c29e9ff44b8e38d2783776eddca1 /README.md
parentcdc9cb6e97ca0868057465b11e8b498035931f69 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 929ec1d8a9..ad086132af 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ To simplify development, we currently support only macOS and Linux on x86-64, bu
is part of future plans.
This project is open source and falls under the same license as CRuby.
-If you wish to learn more about the architecture, there 3 recorded conference talks and two published papers:
-- [YJIT: Building a New JIT Compiler Inside CRuby](https://www.youtube.com/watch?v=vucLAqv7qpc) (MoreVMs 2021)
+If you wish to learn more about the approach taken, here are some written resources and conference talks:
+- [YJIT: Building a New JIT Compiler Inside CRuby](https://pointersgonewild.com/2021/06/02/yjit-building-a-new-jit-compiler-inside-cruby/) ([MoreVMs 2021 talk](https://www.youtube.com/watch?v=vucLAqv7qpc))
- [Simple and Effective Type Check Removal through Lazy Basic Block Versioning](https://arxiv.org/pdf/1411.0352.pdf) ([ECOOP 2015 talk](https://www.youtube.com/watch?v=S-aHBuoiYE0))
- [Interprocedural Type Specialization of JavaScript Programs Without Type Analysis](https://drops.dagstuhl.de/opus/volltexte/2016/6101/pdf/LIPIcs-ECOOP-2016-7.pdf) ([ECOOP 2016 talk](https://www.youtube.com/watch?v=sRNBY7Ss97A))