We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3cd87 commit ad02f04Copy full SHA for ad02f04
1 file changed
README.md
@@ -90,7 +90,7 @@ The YJIT source code is divided between:
90
- `vm.inc.erb`: template instruction handler used to hook into the interpreter
91
92
The core of CRuby's interpreter logic is found in:
93
-- `insns.def`: defines Ruby's bytecode instructions
+- `insns.def`: defines Ruby's bytecode instructions (gets compiled into `vm.inc`)
94
- `vm_insnshelper.c`: logic used by Ruby's bytecode instructions
95
- `vm_exec.c`: Ruby interpreter loop
96
0 commit comments