mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Rename --jit to --mjit (#5248)
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add
This commit is contained in:
parent
94494a565d
commit
11b8aaa26a
Notes:
git
2021-12-14 09:08:31 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
16 changed files with 111 additions and 64 deletions
|
@ -11,7 +11,7 @@ class TestJITDebug < TestJIT
|
|||
|
||||
def setup
|
||||
super
|
||||
# let `#eval_with_jit` use --jit-debug
|
||||
@jit_debug = true
|
||||
# let `#eval_with_jit` use --mjit-debug
|
||||
@mjit_debug = true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue