-
Notifications
You must be signed in to change notification settings - Fork 185
Fix_zero_offset_output_base_assumption #2068
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
Fix_zero_offset_output_base_assumption #2068
Conversation
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @YairVaknin-starkware)
vm/src/vm/runners/builtin_runner/output.rs
line 27 at r1 (raw file):
pub(crate) stop_ptr: Option<usize>, pub(crate) included: bool, pub base_offset: usize,
PLease move to after base, also in the calls
03bc24f
to
4f54461
Compare
e89c602
to
7646a7e
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## starkware-development #2068 +/- ##
======================================================
Coverage 96.53% 96.53%
======================================================
Files 102 102
Lines 43175 43184 +9
======================================================
+ Hits 41680 41689 +9
Misses 1495 1495 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9c44e1c
into
starkware-development
TITLE
Description
Description of the pull request changes and motivation.
Checklist