-
Notifications
You must be signed in to change notification settings - Fork 191
Stav/remove prover input info #2149
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
Conversation
af4eb78
to
a354647
Compare
|
a354647
to
a448ce5
Compare
Benchmark Results for unmodified programs 🚀
|
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.
Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @Stavbe)
vm/src/vm/runners/cairo_runner.rs
line 1532 at r1 (raw file):
} /// Returns a map from the builtin segment index into its name.
Add to the documentation the fact that Arena isn't returned
Code quote:
/// Returns a map from the builtin segment index into its name.
a448ce5
to
cde7b3f
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.
Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @anatgstarkware)
vm/src/vm/runners/cairo_runner.rs
line 1532 at r1 (raw file):
Previously, anatgstarkware (anatg) wrote…
Add to the documentation the fact that Arena isn't returned
Deleted as discussed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## starkware-development #2149 +/- ##
======================================================
Coverage 96.63% 96.63%
======================================================
Files 104 103 -1
Lines 43915 43865 -50
======================================================
- Hits 42436 42389 -47
+ Misses 1479 1476 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions (waiting on @Stavbe)
vm/src/vm/runners/cairo_runner.rs
line 1513 at r2 (raw file):
.trace .as_deref() .ok_or(TraceError::TraceNotEnabled)?)
Suggestion:
self
.vm
.trace
.as_deref()
.ok_or(TraceError::TraceNotEnabled)
vm/src/vm/runners/cairo_runner.rs
line 1528 at r2 (raw file):
/// Returns a reference to the public memory offsets. pub fn get_public_memory_offsets(&self) -> &HashMap<usize, Vec<(usize, usize)>> {
Is this one necessary?
Code quote:
pub fn get_public_memory_offsets(&self)
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.
Reviewable status: 0 of 4 files reviewed, 3 unresolved discussions (waiting on @Stavbe)
vm/src/vm/runners/cairo_runner.rs
line 1533 at r2 (raw file):
/// Returns a map from the builtin segment index into its name. pub fn get_builtins_segments(&self) -> BTreeMap<usize, BuiltinName> {
Suggestion:
get_builtin_segments
cde7b3f
to
ac3a5f0
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.
Reviewable status: 0 of 4 files reviewed, 2 unresolved discussions (waiting on @anatgstarkware)
vm/src/vm/runners/cairo_runner.rs
line 1528 at r2 (raw file):
Previously, anatgstarkware (anatg) wrote…
Is this one necessary?
Nope
vm/src/vm/runners/cairo_runner.rs
line 1513 at r2 (raw file):
.trace .as_deref() .ok_or(TraceError::TraceNotEnabled)?)
Done.
ac3a5f0
to
9814009
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.
Reviewed 3 of 4 files at r1, 1 of 1 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Stavbe)
This change is