summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-11-13 12:42:47 -0500
committerGitHub <noreply@github.com>2022-11-13 12:42:47 -0500
commita1b460bd6e4b53ce41771669d39a4a6f414bf35f (patch)
treed1fd146ab0d068d7d3f72d94a7dcc3e517637ae8 /doc
parentd5e1b82f5c3e29e5d0a4a49216ae26e18af3f1c6 (diff)
downloadruby-a1b460bd6e4b53ce41771669d39a4a6f414bf35f.tar.gz
Update yjit.md
Remove disclaimer
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index bf11eb523d..139e557111 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -8,8 +8,6 @@
YJIT - Yet Another Ruby JIT
===========================
-**DISCLAIMER: Please note that this project is experimental. It is very much a work in progress, it may cause your software to crash, and current performance results will vary widely, especially on larger applications.**
-
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.