summaryrefslogtreecommitdiff
path: root/doc/yjit/yjit.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/yjit/yjit.md')
-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`)