-
-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat[venom]: improve load elimination (#4407)
improve `LoadEliminationPass` by generalizing the algorithm to multiple keys. for simplicity, keep the scope within a single basic block still. generalize to "readonly" address spaces (`calldataload` and `dload`) as well. misc/refactor: - add hevm harness to the load elimination tests. --------- Co-authored-by: Harry Kalogirou <[email protected]> Co-authored-by: Hodan <[email protected]>
- Loading branch information
1 parent
ae6ab0d
commit c75a2da
Showing
5 changed files
with
312 additions
and
59 deletions.
There are no files selected for viewing
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.