[前][次][番号順一覧][スレッド一覧]

ruby-changes:68802

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:13:37 +0900 (JST)
Subject: [ruby-changes:68802] 028e017e95 (master): Update ujit.md

https://git.ruby-lang.org/ruby.git/commit/?id=028e017e95

From 028e017e955692bb508ea3b2661906429df3422c Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Thu, 25 Feb 2021 10:34:29 -0500
Subject: 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 7dc17fdb59..618d72dc20 100644
--- a/doc/ujit.md
+++ b/doc/ujit.md
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/doc/ujit.md#L1
 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.**
+**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.**
 
 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]