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

Reimplement Memory as seq<u256> #605

Open
DavePearce opened this issue Nov 3, 2023 · 0 comments
Open

Reimplement Memory as seq<u256> #605

DavePearce opened this issue Nov 3, 2023 · 0 comments

Comments

@DavePearce
Copy link
Collaborator

The goal here is to streamline the process of writing to memory in the normal case. That is, when a word is written at an aligned address. This should also simplify the logic for memory expansion.

Furthermore, it makes sense to drop Expand() altogether and simply have the various Write methods expand elastically. The reason for this is that it just reduces the amount of work 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