summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-06 22:35:38 -0800
committerTakashi Kokubun <[email protected]>2023-03-06 23:44:01 -0800
commiteaccdc1941304d6273397b21c25213174d892185 ()
tree93a2ab9455ccf56c55cd01370007703d75b80627
parent854546fcc468fc6a49588bdbf6df77aa185493a1 (diff)
Rename MJIT filenames to RJIT
Notes: Merged: https://.com/ruby/ruby/pull/7462
-rw-r--r--./workflows/rjit-bindgen.yml (renamed from ./workflows/mjit-bindgen.yml)0
-rw-r--r--./workflows/rjit.yml (renamed from ./workflows/mjit.yml)0
-rw-r--r--.gitignore1
-rw-r--r--bootstraptest/test_rjit.rb (renamed from bootstraptest/test_mjit.rb)0
-rw-r--r--doc/rjit/rjit.md (renamed from doc/mjit/mjit.md)0
-rw-r--r--lib/ruby_vm/rjit/assembler.rb (renamed from lib/ruby_vm/mjit/assembler.rb)0
-rw-r--r--lib/ruby_vm/rjit/block.rb (renamed from lib/ruby_vm/mjit/block.rb)0
-rw-r--r--lib/ruby_vm/rjit/branch_stub.rb (renamed from lib/ruby_vm/mjit/branch_stub.rb)0
-rw-r--r--lib/ruby_vm/rjit/c_pointer.rb (renamed from lib/ruby_vm/mjit/c_pointer.rb)0
-rw-r--r--lib/ruby_vm/rjit/c_type.rb (renamed from lib/ruby_vm/mjit/c_type.rb)0
-rw-r--r--lib/ruby_vm/rjit/code_block.rb (renamed from lib/ruby_vm/mjit/code_block.rb)0
-rw-r--r--lib/ruby_vm/rjit/compiler.rb (renamed from lib/ruby_vm/mjit/compiler.rb)0
-rw-r--r--lib/ruby_vm/rjit/context.rb (renamed from lib/ruby_vm/mjit/context.rb)0
-rw-r--r--lib/ruby_vm/rjit/exit_compiler.rb (renamed from lib/ruby_vm/mjit/exit_compiler.rb)0
-rw-r--r--lib/ruby_vm/rjit/hooks.rb (renamed from lib/ruby_vm/mjit/hooks.rb)0
-rw-r--r--lib/ruby_vm/rjit/insn_compiler.rb (renamed from lib/ruby_vm/mjit/insn_compiler.rb)0
-rw-r--r--lib/ruby_vm/rjit/invariants.rb (renamed from lib/ruby_vm/mjit/invariants.rb)0
-rw-r--r--lib/ruby_vm/rjit/jit_state.rb (renamed from lib/ruby_vm/mjit/jit_state.rb)0
-rw-r--r--lib/ruby_vm/rjit/stats.rb (renamed from lib/ruby_vm/mjit/stats.rb)0
-rw-r--r--rjit.c (renamed from mjit.c)0
-rw-r--r--rjit.h (renamed from mjit.h)0
-rw-r--r--rjit.rb (renamed from mjit.rb)0
-rw-r--r--rjit_c.c (renamed from mjit_c.c)0
-rw-r--r--rjit_c.h (renamed from mjit_c.h)0
-rw-r--r--rjit_c.rb (renamed from mjit_c.rb)0
-rwxr-xr-xtool/rjit/bindgen.rb (renamed from tool/mjit/bindgen.rb)0
-rw-r--r--tool/ruby_vm/views/lib/ruby_vm/rjit/instruction.rb.erb (renamed from tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb)0
27 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ lcov*.info
# MJIT
/include/ruby-*/*/rb_mjit_min_header-*.h
/lib/ruby_vm/mjit/instruction.rb
/mjit_config.h
/rb_mjit_header.h*