From c4e99ac454cbbf731c2fe51fa549bd472ab1dc41 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Tue, 22 Nov 2022 16:18:31 -0500 Subject: [PATCH] Update yjit.md --- doc/yjit/yjit.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md index af03dd8d78..f4c1b312c2 100644 --- a/doc/yjit/yjit.md +++ b/doc/yjit/yjit.md @@ -14,6 +14,11 @@ Ruby on Rails, an area where MJIT has not yet managed to deliver speedups. YJIT is currently supported for macOS and Linux on x86-64 and arm64/aarch64 CPUs. This project is open source and falls under the same license as CRuby. +

+ If you're using YJIT in production, please + share your success stories with us! +

+ If you wish to learn more about the approach taken, here are some conference talks and publications: - RubyKaigi 2021 talk: [YJIT: Building a New JIT Compiler Inside CRuby](https://www.youtube.com/watch?v=PBVLf3yfMs8) - Blog post: [YJIT: Building a New JIT Compiler Inside CRuby](https://pointersgonewild.com/2021/06/02/yjit-building-a-new-jit-compiler-inside-cruby/)