Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EVM-Equivalence-YUL] Interpeter optimizations #729

Merged
merged 6 commits into from
Aug 23, 2024

Conversation

0xVolosnikov
Copy link

What ❔

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.

@0xVolosnikov
Copy link
Author

For now results are

╠═╡ Ergs/gas (-%) ╞═╡ EVMInterpreter M3B3 ╞═╣
║ SHA3                                4.222 ║
║ RETURNDATACOPY                      1.453 ║
║ MLOAD                               3.204 ║
║ MSTORE                              2.923 ║
║ MSTORE8                             2.675 ║
║ CALL                                0.232 ║
║ STATICCALL                          1.899 ║
║ DELEGATECALL                        0.255 ║
║ CREATE                              0.140 ║
║ CREATE2                             0.124 ║
╚═══════════════════════════════════════════╝

@jrchatruc jrchatruc merged commit 5cdc5dd into evm-equivalence-yul Aug 23, 2024
18 of 19 checks passed
@jrchatruc jrchatruc deleted the vv-small-interpreter-optimizations branch August 23, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants