ruby-changes:69292
From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:23 +0900 (JST)
Subject: [ruby-changes:69292] 2e2430564a (master): Update yjit.md
https://git.ruby-lang.org/ruby.git/commit/?id=2e2430564a From 2e2430564aa32b68f9e2d99e1f1e273bee3defda Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maximechevalierb@g...> Date: Mon, 18 Oct 2021 15:49:22 -0400 Subject: Update yjit.md --- doc/yjit/yjit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md index e8dfe287f4..476f162d8f 100644 --- a/doc/yjit/yjit.md +++ b/doc/yjit/yjit.md @@ -23,7 +23,7 @@ If you wish to learn more about the approach taken, here are some conference tal https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L23 - MoreVMs 2021 talk: [YJIT: Building a New JIT Compiler Inside CRuby](https://www.youtube.com/watch?v=vucLAqv7qpc) - ECOOP 2016 talk: [Interprocedural Type Specialization of JavaScript Programs Without Type Analysis](https://www.youtube.com/watch?v=sRNBY7Ss97A) - ECOOP 2016 paper: [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: [Simple and Effective Type Check Removal through Lazy Basic Block Versioning](https://www.youtube.com/watch?v=S-aHBuoiYE0) +- ECOOP 2015 talk: [Simple and Effective Type Check Removal through Lazy Basic Block Versioning](https://www.youtube.com/watch?v=S-aHBuoiYE0) - ECOOP 2015 paper: [Simple and Effective Type Check Removal through Lazy Basic Block Versioning](https://arxiv.org/pdf/1411.0352.pdf) To cite this repository in your publications, please use this bibtex snippet: -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/