mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update README.md
This commit is contained in:
parent
96f4f918b0
commit
8bd3e5015b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ The YJIT source code is divided between:
|
|||
- `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
|
||||
- `insns.def`: defines Ruby's bytecode instructions (gets compiled into `vm.inc`)
|
||||
- `vm_insnshelper.c`: logic used by Ruby's bytecode instructions
|
||||
- `vm_exec.c`: Ruby interpreter loop
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue