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

ruby-changes:68791

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

https://git.ruby-lang.org/ruby.git/commit/?id=2babfeb858

From 2babfeb858894cbcb28ce763dcad12ffab67a222 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Thu, 18 Feb 2021 19:00:57 -0500
Subject: Update ujit.md

---
 doc/ujit.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/ujit.md b/doc/ujit.md
index fe73aef1b0..61cbf52c2a 100644
--- a/doc/ujit.md
+++ b/doc/ujit.md
@@ -2,9 +2,11 @@ MicroJIT (uJIT) https://github.com/ruby/ruby/blob/trunk/doc/ujit.md#L2
 ===============
 
 MicroJIT is a lightweight, minimalistic Ruby JIT built inside the CRuby/MRI binary.
-It lazily compiles code using a Basic Block Versioning (BBV) architecture and generates x86-64 code. 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. We currently support only MacOS and Linux at this stage. This
-project is open source and falls under the same license as 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 CRuby's MJIT has not yet managed to deliver speedups. 
+To simplify development, we currently support only MacOS and Linux on x86-64, but an ARM64 backend
+is part of future plans.
+This project is open source and falls under the same license as CRuby.
 
 ## Installation
 
-- 
cgit v1.2.1


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

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