-
Notifications
You must be signed in to change notification settings - Fork 199
Stav/remove clone trace #2127
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
Stav/remove clone trace #2127
Conversation
8a6ed29
to
8fbd881
Compare
|
Benchmark Results for modified programs 🚀
|
8fbd881
to
b275a7b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## starkware-development #2127 +/- ##
=========================================================
- Coverage 96.63% 96.63% -0.01%
=========================================================
Files 104 104
Lines 43905 43903 -2
=========================================================
- Hits 42429 42427 -2
Misses 1476 1476 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I would mark this PR as a breaking change since it changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Stavbe)
vm/src/vm/runners/cairo_runner.rs
line 1509 at r2 (raw file):
/// Collects relevant information for the prover from the runner, including the /// relocatable form of the trace, memory, public memory, and built-ins. /// Remove the trace from the VM.
Suggestion:
Takes ownership of the trace from the VM
b275a7b
to
c72ff90
Compare
c72ff90
to
9277002
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @FrancoGiachetta , is it OK?
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @anatgstarkware and @Stavbe)
It is! Thanks! |
This change is