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

[WIP] EVM transformation #301

Merged
merged 12 commits into from
Apr 5, 2019
Merged

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Apr 2, 2019

No description provided.

@jangko
Copy link
Contributor Author

jangko commented Apr 4, 2019

this PR is ready. review please.
summary:

  • GST +57, only 2 left from Frontier and Homestead test suite.
  • discover an important fact related to long standing stack overflow issue: {.computedGoto.} pragma can eat a lot of stack space. I will transform the switch case EVM into jump table EVM in another PR.
  • we are able to sync pass DAO, I will tell the exact number later, right now I still syncing.

@jangko
Copy link
Contributor Author

jangko commented Apr 4, 2019

The prefix '&' is not a concat operator, it is a strfmt string interpolation shortcut.
The error msg should be appear at transaction tracer, we can easily log it with chronicles at the end of 'executeOpcodes'.
I will add the logging code later when I fix #244

@stefantalpalaru stefantalpalaru merged commit f97bd57 into status-im:master Apr 5, 2019
@jangko jangko deleted the evm_transform branch April 9, 2019 00:35
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