We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4b205 commit 854546fCopy full SHA for 854546f
doc/yjit/yjit.md
@@ -9,8 +9,8 @@ YJIT - Yet Another Ruby JIT
9
===========================
10
11
YJIT is a lightweight, minimalistic Ruby JIT built inside CRuby.
12
-It lazily compiles code using a Basic Block Versioning (BBV) architecture. The target use case is that of servers running
13
-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.
14
YJIT is currently supported for macOS, Linux and BSD on x86-64 and arm64/aarch64 CPUs.
15
This project is open source and falls under the same license as CRuby.
16
0 commit comments