Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit a45c280

Browse files
authored
docs: adds the SC memoization flag to standard JSON input (#898)
1 parent c86e58a commit a45c280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/zk-stack/components/compiler/toolchain/solidity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Additional zkEVM data is supported by `zksolc` but is omitted when passed to `so
4141
- `settings/optimizer/mode`: sets the optimization mode. Available values: `0`, `1`, `2`, `3`, `s`, `z`. The default
4242
setting is `3`. See [LLVM optimizer](./llvm.md#optimizer).
4343
- `settings/optimizer/fallback_to_optimizing_for_size`: tries to compile again in `z` mode if the bytecode is too large for zkEVM.
44+
- `settings/optimizer/disable_system_request_memoization`: disables the memoization of data received in requests to System Contracts.
4445

4546
Unsupported sections of the input JSON, ignored by `zksolc`:
4647

0 commit comments

Comments
 (0)