summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-04-26 10:41:35 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:34 -0400
commit8bd3e5015b52713753b06879155615e101a1e467 (patch)
tree1486a33aa20fe86a52c815f73fdbd091d291ea5c /README.md
parent96f4f918b04fad1401d4f41cd11d97d9d4d28c7d (diff)
downloadruby-8bd3e5015b52713753b06879155615e101a1e467.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index adbf7e8bf2..7898ef3962 100644
--- a/README.md
+++ b/README.md
@@ -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