summaryrefslogtreecommitdiff
path: root/doc/yjit
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-18 10:54:43 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commitadcee68aa02d33b3a2a0eb8ade3bb53b9ca6c1d8 (patch)
tree83e3f1efd75fe2f13712152c6a6cb201e5fbd64d /doc/yjit
parent8a9a2d004951dc0c9e724fbb050d14b75d4fcd1d (diff)
Doc: remove outdated note about hooking into the interpreter
DAE remember MicroJIT?
Diffstat (limited to 'doc/yjit')
-rw-r--r--doc/yjit/yjit.md1
1 files changed, 0 insertions, 1 deletions
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:
- `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`)