We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89792b7 commit 8e01f09Copy full SHA for 8e01f09
executor/src/witgen/jit/identity_queue.rs
@@ -26,6 +26,7 @@ pub struct IdentityQueue<'ast, 'queue, T: FieldElement> {
26
identity_queue: VecDeque<usize>,
27
machine_call_queue: BTreeSet<(&'queue QueueItem<'ast, T>, usize)>,
28
prover_function_queue: VecDeque<usize>,
29
+ /// Maps a variable to a list of indices in `items`, pointing to the items where they are referenced.
30
occurrences: Rc<HashMap<Variable, Vec<usize>>>,
31
}
32
0 commit comments