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

Change interpret to take vm arg instead of StateT #232

Merged
merged 2 commits into from Apr 18, 2023

Conversation

arcz
Copy link
Collaborator

@arcz arcz commented Mar 17, 2023

Description

This simplifies the code a bit and reduces peak memory on ethereum-tests from ~10G to ~9G.

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

@arcz
Copy link
Collaborator Author

arcz commented Apr 17, 2023

@d-xo This is ready. While waiting for tests, I also did some cleanup to the modules I was touching.

@arcz
Copy link
Collaborator Author

arcz commented Apr 17, 2023

Not sure why the macos tests didn't pass after the last commit, I can't reproduce that locally

@d-xo
Copy link
Collaborator

d-xo commented Apr 18, 2023

Looks like a failure from our differential fuzz testing harness vs geth, can also repro on main, filed an issue here and reran failed ci jobs.

Copy link
Collaborator

@d-xo d-xo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, not an issue for this pr, but in future it would make review easier if we can split these kind of formatting changes out into separate prs (or at least separate commits in the same pr)...

@d-xo d-xo merged commit 8323757 into ethereum:main Apr 18, 2023
4 checks passed
@arcz arcz deleted the interpreters branch April 18, 2023 13:36
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.

None yet

2 participants