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

Factor out *COPY common code #1637

Open
DaniPopes opened this issue Jul 17, 2024 · 1 comment
Open

Factor out *COPY common code #1637

DaniPopes opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers refactor Refactor of the code

Comments

@DaniPopes
Copy link
Collaborator

All *COPY operations have the same inputs, execute the same operation, and have the same gas cost (except for EXTCODECOPY); the only difference is which buffer they copy from. This code can be factored out for less code duplication.

@DaniPopes DaniPopes added good first issue Good for newcomers feature New feature or lib ability labels Jul 17, 2024
@peyha
Copy link
Contributor

peyha commented Jul 22, 2024

I'll tackle this one

@rakita rakita added refactor Refactor of the code and removed feature New feature or lib ability labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Refactor of the code
Projects
None yet
Development

No branches or pull requests

3 participants