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

Eliminate MEMORY_OVERFLOW (again) #514

Open
DavePearce opened this issue Jan 26, 2023 · 0 comments
Open

Eliminate MEMORY_OVERFLOW (again) #514

DavePearce opened this issue Jan 26, 2023 · 0 comments

Comments

@DavePearce
Copy link
Collaborator

DavePearce commented Jan 26, 2023

(see also #378 and #513)

There is now only one location remaining where the fictional MEMORY_OVERFLOW exception is used: MSize. Therefore, I think we can employ the {:axiom} feature of Dafny to eliminate its use here. We should also configure Memory to use EvmState.Array<u8> rather than an unbounded array.

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