pub fn diff_batch(progs: &[Program]) -> Vec<(usize, Diff)>Expand description
Run a batch through diff, returning (index, Diff) for each diverging
program. One long-lived sandbox handles the whole batch — no rebuilds (those
were the source of host-heap corruption; a single sandbox runs thousands of
distinct programs cleanly).