ZJIT: Print out command to repro in bisect script

This commit is contained in:
Max Bernstein 2025-08-07 15:13:07 -04:00 committed by Max Bernstein
parent a15cf61ba6
commit 0b30cf3b40

View file

@ -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