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

ruby-changes:69235

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:18 +0900 (JST)
Subject: [ruby-changes:69235] adcee68aa0 (master): Doc: remove outdated note about hooking into the interpreter

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

From adcee68aa02d33b3a2a0eb8ade3bb53b9ca6c1d8 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Mon, 18 Oct 2021 10:54:43 -0400
Subject: Doc: remove outdated note about hooking into the interpreter

DAE remember MicroJIT?
---
 doc/yjit/yjit.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index a280eb3ba0..e8dfe287f4 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -173,7 +173,6 @@ The YJIT source code is divided between: https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L173
 - `yjit.h`: C definitions YJIT exposes to the rest of the CRuby
 - `yjit.rb`: `YJIT` Ruby module that is exposed to Ruby
 - `misc/test_yjit_asm.sh`: script to compile and run the in-memory assembler tests
-- `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/

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