Skip to content

Commit

Permalink
update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jan 24, 2025
1 parent 9abf7e3 commit abcfc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion executor/src/witgen/machines/dynamic_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ impl<'a, T: FieldElement> DynamicMachine<'a, T> {
}
}

/// Computes a specific block of rows using runtime solving.
/// Solves a block of `rows.len()` rows using runtime block machine processor with
/// a block size set to `rows.len() - 2`.
/// Some preliminary data can be provided in `rows`.
/// If `only_identities_with_next` is true, only identities with a next reference are considered.
fn compute_row_block<Q: QueryCallback<T>>(
Expand Down

0 comments on commit abcfc56

Please sign in to comment.