Skip to content

Commit

Permalink
chore: update contracts and tweak options for lazy stack implementati…
Browse files Browse the repository at this point in the history
…on (#98)

Signed-off-by: Vladimir Radosavljevic <[email protected]>
  • Loading branch information
vladimirradosavljevic authored Oct 22, 2024
1 parent 237ff47 commit 5c4da35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion compiler_tester/src/vm/eravm/system_contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,11 @@ impl SystemContracts {
"-eravm-jump-table-density-threshold",
"10",
"-tail-dup-size",
"4",
"6",
"-eravm-enable-split-loop-phi-live-ranges",
"-tail-merge-only-bbs-without-succ",
"-join-globalcopies",
"-disable-early-taildup",
]
.into_iter()
.map(|option| option.to_owned())
Expand Down

0 comments on commit 5c4da35

Please sign in to comment.