From 8a9a2d004951dc0c9e724fbb050d14b75d4fcd1d Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 18 Oct 2021 10:53:29 -0400 Subject: Move test_yjit_asm.sh into misc Since conventionally scripts don't live at the top level of the repo. --- doc/yjit/yjit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/yjit/yjit.md') 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: -- cgit v1.2.3