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] Use transient storage for evm frames in EvmGasManager #738

Closed

Conversation

0xVolosnikov
Copy link

Observed results:

╠═╡ Ergs/gas (-%) ╞═╡ EVMInterpreter M3B3 ╞═╣
║ SHA3                                4.222 ║
║ RETURNDATACOPY                      1.453 ║
║ MLOAD                               3.204 ║
║ MSTORE                              2.923 ║
║ MSTORE8                             2.675 ║
║ CALL                               31.418 ║
║ STATICCALL                         33.110 ║
║ DELEGATECALL                       31.997 ║
║ CREATE                             15.709 ║
║ CREATE2                            16.476 ║
╚═══════════════════════════════════════════╝

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

Expected to be used together with #734. In that case prefixes will guarantee no collisions in tstorage

@0xVolosnikov 0xVolosnikov deleted the vv-tansient-stack-gasmanager-2 branch September 27, 2024 08:47
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.

1 participant