summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/zjit_bisect.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/zjit_bisect.rb b/tool/zjit_bisect.rb
index 472a60e66c..ff54d5e550 100755
--- a/tool/zjit_bisect.rb
+++ b/tool/zjit_bisect.rb
@@ -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