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

perf: pay base gas of dynamic opcodes in sections #19

Merged
merged 1 commit into from
May 2, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented May 2, 2024

For example, MLOAD has a base cost of 3 and a dynamic cost of resizing the memory; we can pay the base cost of 3 ahead of time in the sections, while paying only the dynamic cost in builtins.

Also includes bluealloy/revm#1374

@DaniPopes
Copy link
Member Author

image

@DaniPopes DaniPopes merged commit 3d91bbf into main May 2, 2024
9 of 13 checks passed
@DaniPopes DaniPopes deleted the dani/dyn-base-gas branch May 2, 2024 13:41
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