mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Doc: remove outdated note about hooking into the interpreter
DAE remember MicroJIT?
This commit is contained in:
parent
8a9a2d0049
commit
adcee68aa0
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ The YJIT source code is divided between:
|
|||
- `yjit.h`: C definitions YJIT exposes to the rest of the CRuby
|
||||
- `yjit.rb`: `YJIT` Ruby module that is exposed to Ruby
|
||||
- `misc/test_yjit_asm.sh`: script to compile and run the in-memory assembler tests
|
||||
- `tool/ruby_vm/views/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 (gets compiled into `vm.inc`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue