We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fc492 commit 35d3a8cCopy full SHA for 35d3a8c
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