From 0b30cf3b40a363576e11d52ae56e5345f77a761f Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Thu, 7 Aug 2025 15:13:07 -0400 Subject: [PATCH] ZJIT: Print out command to repro in bisect script --- tool/zjit_bisect.rb | 2 ++ 1 file changed, 2 insertions(+) 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