From 8e5222c887e05685f34b819e913de5ab5d7a0c39 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Thu, 25 Feb 2021 10:40:33 -0500 Subject: [PATCH] Update ujit.md --- doc/ujit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ujit.md b/doc/ujit.md index 618d72dc20..dd8ffd5c46 100644 --- a/doc/ujit.md +++ b/doc/ujit.md @@ -1,7 +1,7 @@ MicroJIT (uJIT) =============== -**DISCLAIMER: Please note that this project is in early stages of development. It is very much a work in progress, and may cause your software to crash or perform poorly on certain workloads.** +**DISCLAIMER: Please note that this project is in early stages of development. It is very much a work in progress, it may cause your software to crash, and current performance results are likely to leave you feeling unimpressed.** 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