Skip to content

Commit ad02f04

Browse files
authored
Update README.md
1 parent da3cd87 commit ad02f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The YJIT source code is divided between:
9090
- `vm.inc.erb`: template instruction handler used to hook into the interpreter
9191

9292
The core of CRuby's interpreter logic is found in:
93-
- `insns.def`: defines Ruby's bytecode instructions
93+
- `insns.def`: defines Ruby's bytecode instructions (gets compiled into `vm.inc`)
9494
- `vm_insnshelper.c`: logic used by Ruby's bytecode instructions
9595
- `vm_exec.c`: Ruby interpreter loop
9696

0 commit comments

Comments
 (0)