Skip to content

Commit 0b30cf3

Browse files
committed
ZJIT: Print out command to repro in bisect script
1 parent a15cf61 commit 0b30cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/zjit_bisect.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,7 @@ def run_with_jit_list(ruby, options, jit_list)
9393
File.open("jitlist.txt", "w") do |file|
9494
file.puts(result)
9595
end
96+
puts "Run:"
97+
puts "#{RUBY} --zjit-allowed-iseqs=jitlist.txt #{OPTIONS}"
9698
puts "Reduced JIT list (available in jitlist.txt):"
9799
puts result

0 commit comments

Comments
 (0)