summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2023-01-31 10:33:08 -0500
committerGitHub <noreply@github.com>2023-01-31 10:33:08 -0500
commitc221a40201d6c674f168a33bfa1f1952bbfb6891 (patch)
tree76dea3f13855f2cb76c6bb0179979c3ba03e1506 /doc
parent2a0bf269c96643fcac27bca63aff2371bbffabdd (diff)
downloadruby-c221a40201d6c674f168a33bfa1f1952bbfb6891.tar.gz
Update yjit.md
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 01dd77410b..3d2d9fe19d 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -11,7 +11,7 @@ YJIT - Yet Another Ruby JIT
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
Ruby on Rails, an area where MJIT has not yet managed to deliver speedups.
-YJIT is currently supported for macOS and Linux 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.
<p align="center"><b>