You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this issue
Jan 31, 2024
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.
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.
Introduce the calldatacopy instruction and include return data address in the stop opcode.
The text was updated successfully, but these errors were encountered: