From 4d4bdcf368d72c7dbedbc58fb3ebcad8447ffcd8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 21 Oct 2021 13:06:30 +0900 Subject: Move the test file --- doc/yjit/yjit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md index 476f162d8f..f84b989f6d 100644 --- a/doc/yjit/yjit.md +++ b/doc/yjit/yjit.md @@ -166,13 +166,13 @@ you can contribute things we will want to merge into YJIT. The YJIT source code is divided between: - `yjit_asm.c`: x86 in-memory assembler we use to generate machine code -- `yjit_asm_tests.c`: tests for the in-memory assembler - `yjit_codegen.c`: logic for translating Ruby bytecode to machine code - `yjit_core.c`: basic block versioning logic, core structure of YJIT - `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 - `misc/test_yjit_asm.sh`: script to compile and run the in-memory assembler tests +- `misc/yjit_asm_tests.c`: tests for the in-memory assembler The core of CRuby's interpreter logic is found in: - `insns.def`: defines Ruby's bytecode instructions (gets compiled into `vm.inc`) -- cgit v1.2.3