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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

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]>
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
1 participant