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

remove support for legacy evm assembly #186

Merged
merged 9 commits into from
Feb 3, 2025
Merged

remove support for legacy evm assembly #186

merged 9 commits into from
Feb 3, 2025

Conversation

xermicus
Copy link
Member

@xermicus xermicus commented Jan 30, 2025

The initial resolc release supports YUL only. This PR removes dead code. For more details see #89. In a nutshell, EVMLA translation is:

  • Incomplete
  • Obsolete
  • Emitting inefficient code

As a consequence, solc versions without or buggy YUL support (< 0.8) are no longer supported.

Closes #89
Partially addresses #66

Signed-off-by: Cyrill Leutwiler <[email protected]>
Signed-off-by: Cyrill Leutwiler <[email protected]>
Signed-off-by: Cyrill Leutwiler <[email protected]>
Signed-off-by: Cyrill Leutwiler <[email protected]>
xermicus and others added 2 commits January 30, 2025 22:14
Signed-off-by: Cyrill Leutwiler <[email protected]>
Copy link
Member

@athei athei left a comment

Choose a reason for hiding this comment

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

Yes. For now we don't support. If we really need it we will add it layer.

@xermicus xermicus merged commit bfda465 into main Feb 3, 2025
6 checks passed
@xermicus xermicus deleted the cl/remove-evmla branch February 3, 2025 15:25
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.

Fix or remove EVMLA
2 participants