Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/brillig/brillig_ir/entry_point.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm authored Oct 1, 2024
1 parent 7cb4d55 commit 2ae9d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use super::{
};
use acvm::acir::{brillig::MemoryAddress, AcirField};

pub(crate) const MAX_STACK_SIZE: usize = 32768;
pub(crate) const MAX_STACK_SIZE: usize = 2048;
pub(crate) const MAX_SCRATCH_SPACE: usize = 64;

impl<F: AcirField + DebugToString> BrilligContext<F, Stack> {
Expand Down

0 comments on commit 2ae9d43

Please sign in to comment.