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

ruby-changes:70562

From: Alan <ko1@a...>
Date: Sat, 25 Dec 2021 02:02:07 +0900 (JST)
Subject: [ruby-changes:70562] b81faf4b1f (master): Less bravado in YJIT performance claims

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

From b81faf4b1fc0e3373596e667084e5c5d54779375 Mon Sep 17 00:00:00 2001
From: Alan Wu <alanwu@r...>
Date: Fri, 24 Dec 2021 11:59:57 -0500
Subject: Less bravado in YJIT performance claims

YJIT can't improve performance of non Ruby software of course.
---
 NEWS.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index 0a211220aa8..dca8e64bfb7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -462,7 +462,8 @@ See [this blog post](https://shopify.engineering/yjit-just-in-time-compiler-crub https://github.com/ruby/ruby/blob/trunk/NEWS.md#L462
 
 * Disabled by default, use `--yjit` command-line option to enable YJIT.
 
-* Performance improvements on most real-world software, up to 22% on railsbench, 39% on liquid-render.
+* Performance improvements on benchmarks based on real-world software,
+  up to 22% on railsbench, 39% on liquid-render.
 
 * Fast warm-up times.
 
-- 
cgit v1.2.1


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

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