Skip to content

Commit

Permalink
Update yjit.md
Browse files Browse the repository at this point in the history
Remove disclaimer
  • Loading branch information
maximecb committed Nov 13, 2022
1 parent d5e1b82 commit a1b460b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/yjit/yjit.md
Expand Up @@ -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.
Expand Down

0 comments on commit a1b460b

Please sign in to comment.