Update yjit.md

Remove disclaimer
This commit is contained in:
Maxime Chevalier-Boisvert 2022-11-13 12:42:47 -05:00 committed by GitHub
parent d5e1b82f5c
commit a1b460bd6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@
YJIT - Yet Another Ruby JIT 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. 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 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. Ruby on Rails, an area where MJIT has not yet managed to deliver speedups.