MJIT is no longer slower on Rails
This commit is contained in:
parent
2c4b2053ca
commit
854546fcc4
@ -9,8 +9,8 @@ YJIT - Yet Another Ruby JIT
|
|||||||
===========================
|
===========================
|
||||||
|
|
||||||
YJIT is a lightweight, minimalistic Ruby JIT built inside CRuby.
|
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
|
It lazily compiles code using a Basic Block Versioning (BBV) architecture.
|
||||||
Ruby on Rails, an area where MJIT has not yet managed to deliver speedups.
|
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.
|
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.
|
This project is open source and falls under the same license as CRuby.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user