-
Notifications
You must be signed in to change notification settings - Fork 206
Improve documentation #2006
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
Improve documentation #2006
Conversation
|
|
Benchmark Results for unmodified programs 🚀
|
fmoletta
left a comment
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.
Left some wording suggestions, but looks good! 🚀
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2006 +/- ##
=======================================
Coverage 96.53% 96.53%
=======================================
Files 103 103
Lines 42619 42619
=======================================
Hits 41142 41142
Misses 1477 1477 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: fmoletta <[email protected]>
Co-authored-by: fmoletta <[email protected]>
|
LGTM, just one dummy suggestion and it's good to go. |
Co-authored-by: Franco Giachetta <[email protected]>
* Add comment on proof-mode extra step * Add comment on temporary segments * Update vm/src/vm/vm_memory/memory.rs Co-authored-by: fmoletta <[email protected]> * Update vm/src/vm/vm_memory/memory.rs Co-authored-by: fmoletta <[email protected]> * Update vm/src/vm/vm_memory/memory.rs Co-authored-by: Franco Giachetta <[email protected]> --------- Co-authored-by: fmoletta <[email protected]> Co-authored-by: Franco Giachetta <[email protected]>
Improve Documentation
Adds some comments in the code to make it easier to understand.