Skip to content

Commit

Permalink
chore: revert mistaken stack size change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 2, 2024
1 parent 8823e77 commit 46bdf92
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 46bdf92

Please sign in to comment.