Skip to content

Commit 35d3a8c

Browse files
maximecbXrXr
authored andcommitted
Update README.md
1 parent 09fc492 commit 35d3a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)