Skip to content

Commit 854546f

Browse files
committed
MJIT is no longer slower on Rails
1 parent 2c4b205 commit 854546f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/yjit/yjit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ YJIT - Yet Another Ruby JIT
99
===========================
1010

1111
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.
12+
It lazily compiles code using a Basic Block Versioning (BBV) architecture.
13+
The target use case is that of servers running Ruby on Rails.
1414
YJIT is currently supported for macOS, Linux and BSD on x86-64 and arm64/aarch64 CPUs.
1515
This project is open source and falls under the same license as CRuby.
1616

0 commit comments

Comments
 (0)