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

ruby-changes:69185

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

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

From 34dcd0b3e642778b34c354cee503826f1fc373fc Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Tue, 27 Apr 2021 11:25:00 -0400
Subject: Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7898ef3962..3deb13cdfd 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,10 @@ The YJIT source code is divided between: https://github.com/ruby/ruby/blob/trunk/README.md#L85
 - `yjit_codegen.c`: logic for translating Ruby bytecode to machine code
 - `yjit_core.c`: basic block versioning logic, core structure of YJIT
 - `yjit_iface.c`: code YJIT uses to interface with the rest of CRuby
-- `yjit.rb`: `YJIT` module that is exposed to Ruby code
+- `yjit.h`: C definitions YJIT exposes to the rest of the CRuby
+- `yjit.rb`: `YJIT` Ruby module that is exposed to Ruby
 - `test_asm.sh`: script to compile and run the in-memory assembler tests
-- `vm.inc.erb`: template instruction handler used to hook into the interpreter
+- `tool/ruby_vm/views/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 (gets compiled into `vm.inc`)
-- 
cgit v1.2.1


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

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