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

ruby-changes:68834

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:14:11 +0900 (JST)
Subject: [ruby-changes:68834] 46874b8fb9 (master): Update yjit.md

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

From 46874b8fb979d0bf46d5d3b6e1523293201441e8 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Mon, 8 Mar 2021 11:04:35 -0500
Subject: Update yjit.md

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

diff --git a/doc/yjit.md b/doc/yjit.md
index 0e0a79dcb9..43bcdccc6c 100644
--- a/doc/yjit.md
+++ b/doc/yjit.md
@@ -62,7 +62,7 @@ The machine code generated for a given method can be printed by adding `puts YJI https://github.com/ruby/ruby/blob/trunk/doc/yjit.md#L62
 
 ## Benchmarking
 
-We have collected a set of benchmarks and implemented a simple benchmarking harness in the [yjit-bench](https://github.com/Shopify/yjit-bench) repository. This benchmarking harness is designed to disable CPU frequency scaling, set process affinity and disable address space randomization so that the variance between benchmarking runs will be as small as possible.
+We have collected a set of benchmarks and implemented a simple benchmarking harness in the [yjit-bench](https://github.com/Shopify/yjit-bench) repository. This benchmarking harness is designed to disable CPU frequency scaling, set process affinity and disable address space randomization so that the variance between benchmarking runs will be as small as possible. Please kindly note that we are at an early stage in this project.
 
 ## Source Code Organization
 
-- 
cgit v1.2.1


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

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