Skip to content

Commit c3e2292

Browse files
committed
increase max branch depth again.
1 parent 482aa84 commit c3e2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/src/witgen/jit/block_machine_processor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use super::{
2323
};
2424

2525
/// 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;
26+
const BLOCK_MACHINE_MAX_BRANCH_DEPTH: usize = 6;
2727

2828
/// A processor for generating JIT code for a block machine.
2929
pub struct BlockMachineProcessor<'a, T: FieldElement> {

0 commit comments

Comments
 (0)