mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Stylize macOS correctly
Yes, it's all very confusing.
This commit is contained in:
parent
7dc497e158
commit
cdc9cb6e97
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ YJIT - Yet Another Ruby JIT
|
|||
YJIT is a lightweight, minimalistic Ruby JIT built inside the CRuby/MRI binary.
|
||||
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 CRuby's MJIT has not yet managed to deliver speedups.
|
||||
To simplify development, we currently support only MacOS and Linux on x86-64, but an ARM64 backend
|
||||
To simplify development, we currently support only macOS and Linux on x86-64, but an ARM64 backend
|
||||
is part of future plans.
|
||||
This project is open source and falls under the same license as CRuby.
|
||||
|
||||
|
|
Loading…
Reference in a new issue