summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-18 10:53:29 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commit8a9a2d004951dc0c9e724fbb050d14b75d4fcd1d (patch)
tree531290ab2c68079961ac1d8e5b20bb78442892ee /doc
parent5906a5a7329e34a43dc46d4fc3cdf1b04cc13d0a (diff)
Move test_yjit_asm.sh into misc
Since conventionally scripts don't live at the top level of the repo.
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 0f474277f3..a280eb3ba0 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -172,7 +172,7 @@ The YJIT source code is divided between:
- `yjit_iface.c`: code YJIT uses to interface with the rest of CRuby
- `yjit.h`: C definitions YJIT exposes to the rest of the CRuby
- `yjit.rb`: `YJIT` Ruby module that is exposed to Ruby
-- `test_asm.sh`: script to compile and run the in-memory assembler tests
+- `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: