summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-11-22 16:18:31 -0500
committerGitHub <noreply@github.com>2022-11-22 16:18:31 -0500
commitc4e99ac454cbbf731c2fe51fa549bd472ab1dc41 (patch)
tree48d154c017bb73726b927a02033a9ba0b2321ce3 /doc
parenteaf2b6c4396ff19921cbc75a394d7a752aaab4ef (diff)
Update yjit.md
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md5
1 files changed, 5 insertions, 0 deletions
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.
+<p align="center"><b>
+ If you're using YJIT in production, please
+ <a href="mailto:maxime.chevalierboisvert@shopify.com">share your success stories with us!</a>
+ </b></p>
+
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/)