1
0
Fork 0
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:
Alan Wu 2021-10-18 10:54:43 -04:00
parent 8a9a2d0049
commit adcee68aa0

View file

@ -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`)