[前][次][番号順一覧][スレッド一覧]

ruby-changes:68872

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:15:00 +0900 (JST)
Subject: [ruby-changes:68872] 98e93d6a8f (master): Update yjit.md

https://git.ruby-lang.org/ruby.git/commit/?id=98e93d6a8f

From 98e93d6a8fbf1070e1b334dd1b1cf313c221bb17 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Fri, 26 Mar 2021 10:05:22 -0400
Subject: Update yjit.md

---
 doc/yjit.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/yjit.md b/doc/yjit.md
index 2270dec4c7..1cbb11f38d 100644
--- a/doc/yjit.md
+++ b/doc/yjit.md
@@ -10,7 +10,8 @@ To simplify development, we currently support only MacOS and Linux on x86-64, bu https://github.com/ruby/ruby/blob/trunk/doc/yjit.md#L10
 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 BBV, there are two published papers, and associated conference talks:
+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)
 - [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))
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]