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

ruby-changes:69186

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:19:16 +0900 (JST)
Subject: [ruby-changes:69186] 8bd3e5015b (master): Update README.md

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

From 8bd3e5015b52713753b06879155615e101a1e467 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Mon, 26 Apr 2021 10:41:35 -0400
Subject: Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index adbf7e8bf2..7898ef3962 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ The YJIT source code is divided between: https://github.com/ruby/ruby/blob/trunk/README.md#L90
 - `vm.inc.erb`: template instruction handler used to hook into the interpreter
 
 The core of CRuby's interpreter logic is found in:
-- `insns.def`: defines Ruby's bytecode instructions
+- `insns.def`: defines Ruby's bytecode instructions (gets compiled into `vm.inc`)
 - `vm_insnshelper.c`: logic used by Ruby's bytecode instructions
 - `vm_exec.c`: Ruby interpreter loop
 
-- 
cgit v1.2.1


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

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