mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Disable YJIT in MJIT tests
This commit is contained in:
parent
5336f6dada
commit
2a59bd7312
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ module JITSupport
|
||||||
'--disable-gems', "--jit-verbose=#{verbose}",
|
'--disable-gems', "--jit-verbose=#{verbose}",
|
||||||
"--jit-min-calls=#{min_calls}", "--jit-max-cache=#{max_cache}",
|
"--jit-min-calls=#{min_calls}", "--jit-max-cache=#{max_cache}",
|
||||||
]
|
]
|
||||||
|
args << '--disable-yjit'
|
||||||
args << '--jit-wait' if wait
|
args << '--jit-wait' if wait
|
||||||
args << '--jit-save-temps' if save_temps
|
args << '--jit-save-temps' if save_temps
|
||||||
args << '--jit-debug' if defined?(@jit_debug) && @jit_debug
|
args << '--jit-debug' if defined?(@jit_debug) && @jit_debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue