We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482aa84 commit c3e2292Copy full SHA for c3e2292
executor/src/witgen/jit/block_machine_processor.rs
@@ -23,7 +23,7 @@ use super::{
23
};
24
25
/// This is a tuning value. It is the maximum nesting depth of branches in the JIT code.
26
-const BLOCK_MACHINE_MAX_BRANCH_DEPTH: usize = 1;
+const BLOCK_MACHINE_MAX_BRANCH_DEPTH: usize = 6;
27
28
/// A processor for generating JIT code for a block machine.
29
pub struct BlockMachineProcessor<'a, T: FieldElement> {
0 commit comments