Skip to content

Commit

Permalink
Incorrect frontier recomputation
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
  • Loading branch information
antiguru committed Feb 27, 2024
1 parent 2f6fa05 commit 7fb5413
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/trace/implementations/merge_batcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ impl<
self.recycle(block);
} else {
// Keep the entire block.

for (_, t, _) in block.iter() {
frontier.insert_ref(t);
}
if !keep.is_empty() {
keep_list.push((std::mem::take(&mut keep_frontier), std::mem::replace(&mut keep, self.empty())));
}
Expand Down

0 comments on commit 7fb5413

Please sign in to comment.