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

Force aligned access for EVM stack #1050

Open
chfast opened this issue Oct 10, 2024 · 0 comments
Open

Force aligned access for EVM stack #1050

chfast opened this issue Oct 10, 2024 · 0 comments

Comments

@chfast
Copy link
Member

chfast commented Oct 10, 2024

Compilers generate vector instructions with unaligned access to access elements on the EVM stack. Inform compiler that the stack memory is 32-byte aligned.

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

No branches or pull requests

2 participants
@chfast and others