forked from visoftsolutions/noir_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Memory only brillig (AztecProtocol#4215)
This PR adds: - Memory only brillig noir-lang/noir#4158 - Calldata and returndata noir-lang/noir#4159 We reserve some memory slots at the start of the memory space. We reserve 1024 items for the stack frame, the calldata size and the returndata size.
- Loading branch information
1 parent
d288059
commit 6dc0ff9
Showing
34 changed files
with
1,799 additions
and
1,708 deletions.
There are no files selected for viewing
411 changes: 246 additions & 165 deletions
411
barretenberg/cpp/src/barretenberg/dsl/acir_format/serde/acir.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.