Skip to content

Commit 8e01f09

Browse files
chrisethgeorgwiese
andauthored
Apply suggestions from code review
Co-authored-by: Georg Wiese <[email protected]>
1 parent 89792b7 commit 8e01f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: executor/src/witgen/jit/identity_queue.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub struct IdentityQueue<'ast, 'queue, T: FieldElement> {
2626
identity_queue: VecDeque<usize>,
2727
machine_call_queue: BTreeSet<(&'queue QueueItem<'ast, T>, usize)>,
2828
prover_function_queue: VecDeque<usize>,
29+
/// Maps a variable to a list of indices in `items`, pointing to the items where they are referenced.
2930
occurrences: Rc<HashMap<Variable, Vec<usize>>>,
3031
}
3132

0 commit comments

Comments
 (0)