summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:24:05 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 23:24:05 -0800
commit854546fcc468fc6a49588bdbf6df77aa185493a1 (patch)
tree504b64ea94ccdc6639b9ba764cab29d0444c3801 /doc
parent2c4b2053ca1884f058982fd46f2576bd887920b6 (diff)
downloadruby-854546fcc468fc6a49588bdbf6df77aa185493a1.tar.gz
MJIT is no longer slower on Rails
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 407680cc69..b3607cf8f0 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -9,8 +9,8 @@ YJIT - Yet Another Ruby JIT
===========================
YJIT is a lightweight, minimalistic Ruby JIT built inside CRuby.
-It lazily compiles code using a Basic Block Versioning (BBV) architecture. The target use case is that of servers running
-Ruby on Rails, an area where MJIT has not yet managed to deliver speedups.
+It lazily compiles code using a Basic Block Versioning (BBV) architecture.
+The target use case is that of servers running Ruby on Rails.
YJIT is currently supported for macOS, Linux and BSD on x86-64 and arm64/aarch64 CPUs.
This project is open source and falls under the same license as CRuby.