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

ruby-changes:69139

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:20:58 +0900 (JST)
Subject: [ruby-changes:69139] d11ea2520e (master): Update yjit.md

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

From d11ea2520e24fdc7114a6400f00c96d241665bff Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Fri, 15 Oct 2021 17:19:17 -0400
Subject: Update yjit.md

---
 doc/yjit/yjit.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index dc890da0bc..0f474277f3 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -44,6 +44,8 @@ To cite this repository in your publications, please use this bibtex snippet: https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L44
 YJIT is a work in progress and as such may not yet be mature enough for mission-critical software. Below is a list of known limitations, all of which we plan to eventually address:
 
 - No garbage collection for generated code.
+- Currently supports only macOS and Linux.
+- Currently supports only x86-64 CPUs.
 
 Because there is no GC for generated code yet, your software could run out of executable memory if it is large enough. You can change how much executable memory is allocated using [YJIT's command-line options](https://github.com/Shopify/yjit#command-line-options).
 
-- 
cgit v1.2.1


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

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