mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Print out command to repro in bisect script
This commit is contained in:
parent
a15cf61ba6
commit
0b30cf3b40
1 changed files with 2 additions and 0 deletions
|
@ -93,5 +93,7 @@ result = run_bisect(command, jit_list)
|
|||
File.open("jitlist.txt", "w") do |file|
|
||||
file.puts(result)
|
||||
end
|
||||
puts "Run:"
|
||||
puts "#{RUBY} --zjit-allowed-iseqs=jitlist.txt #{OPTIONS}"
|
||||
puts "Reduced JIT list (available in jitlist.txt):"
|
||||
puts result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue