diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2021-06-03 12:04:05 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:35 -0400 |
| commit | cdc9cb6e97ca0868057465b11e8b498035931f69 (patch) | |
| tree | 5456654fd899231299e9cb003713383c182a2bfc | |
| parent | 7dc497e15874beab7f6b495303a19dd62b65b340 (diff) | |
Stylize macOS correctly
Yes, it's all very confusing.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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. |
