mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Move test_yjit_asm.sh into misc
Since conventionally scripts don't live at the top level of the repo.
This commit is contained in:
		
							parent
							
								
									5906a5a732
								
							
						
					
					
						commit
						8a9a2d0049
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
name: x86 assembler tests
 | 
			
		||||
name: YJIT x86 assembler tests
 | 
			
		||||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -19,5 +19,5 @@ jobs:
 | 
			
		|||
        with:
 | 
			
		||||
          path: src
 | 
			
		||||
      - name: Run ASM tests
 | 
			
		||||
        run: ./test_asm.sh
 | 
			
		||||
        run: ./misc/test_yjit_asm.sh
 | 
			
		||||
        working-directory: src
 | 
			
		||||
| 
						 | 
				
			
			@ -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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue