summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-02-25 10:33:08 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:30 -0400
commit47900e10e3a7e9f7fd25248c30ad9897d1071641 (patch)
treead98e31b92f4b9569eda5a11f61367a1a8b7e2fe /doc
parent6100b52ecfdcb63de51bf52657259c2ab81ee440 (diff)
Update ujit.md
Diffstat (limited to 'doc')
-rw-r--r--doc/ujit.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ujit.md b/doc/ujit.md
index fec9b75699..7dc17fdb59 100644
--- a/doc/ujit.md
+++ b/doc/ujit.md
@@ -1,6 +1,8 @@
MicroJIT (uJIT)
===============
+**DISCLAIMER: Please note that this project is in early stages of development. It may cause your software to crash or perform poorly on certain workloads.**
+
MicroJIT 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.