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

Re-enable program execution with mutable memory #18

Open
maxgillett opened this issue Aug 4, 2022 · 0 comments
Open

Re-enable program execution with mutable memory #18

maxgillett opened this issue Aug 4, 2022 · 0 comments

Comments

@maxgillett
Copy link
Owner

In order to address issue #7, memory references in the Rust runner were changed from mutable to immutable references (and memory writes changed to reads), so that trace execution could be parallelized. This was a breaking change for generating proofs directly from compiled Cairo programs, without a provided register and memory trace. The code should be refactored to allow both parallelization and memory writes (perhaps using interior mutability), so that both of the operation modes described in the readme can be supported.

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