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

ruby-changes:73365

From: Takashi <ko1@a...>
Date: Fri, 2 Sep 2022 06:12:49 +0900 (JST)
Subject: [ruby-changes:73365] 7064d259bc (master): Update NEWS.md for YJIT

https://git.ruby-lang.org/ruby.git/commit/?id=7064d259bc

From 7064d259bc20050d467874e5622082c29529a2d3 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Thu, 1 Sep 2022 14:12:24 -0700
Subject: Update NEWS.md for YJIT

---
 NEWS.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index cc7c9d2a93..9edc8e103c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -238,9 +238,12 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L238
 
 ## JIT
 
-### MJIT
+### YJIT
+
+* Support arm64 / aarch64 on UNIX platforms.
+* Building YJIT requires Rust 1.58.1+. [[Feature #18481]]
 
-### YJIT: New experimental in-process JIT compiler
+### MJIT
 
 ## Static analysis
 
@@ -287,3 +290,4 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L290
 [Bug #18782]:     https://bugs.ruby-lang.org/issues/18782
 [Feature #18788]: https://bugs.ruby-lang.org/issues/18788
 [Feature #18809]: https://bugs.ruby-lang.org/issues/18809
+[Feature #18481]: https://bugs.ruby-lang.org/issues/18481
-- 
cgit v1.2.1


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

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