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

Rewrite instruction context dispatch in a more circuit-friendly manner #9

Open
4 tasks
nkaskov opened this issue Dec 11, 2023 · 0 comments
Open
4 tasks

Comments

@nkaskov
Copy link

nkaskov commented Dec 11, 2023

We need to double-check it with the research team, but we may want to handle some heavy instructions separate from the basic set. The current design includes custom handling for:

  • keccak256
  • All the Push instructions
  • MLOAD
  • MSTORE

Let's try to find an approach that will not require changes in the native algorithm structure. It's okay to adjust the compiler frontend by adding new custom features if required.

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

1 participant