-
Notifications
You must be signed in to change notification settings - Fork 164
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
Minor ret
decoding refactor
#1925
Conversation
f8be7c5
to
3b54fa8
Compare
|
Benchmark Results for unmodified programs 🚀
|
8d9e231
to
bef74b6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1925 +/- ##
==========================================
+ Coverage 96.34% 96.35% +0.01%
==========================================
Files 102 102
Lines 40830 41005 +175
==========================================
+ Hits 39336 39511 +175
Misses 1494 1494 ☔ View full report in Codecov by Sentry. |
87e39e8
to
5977c76
Compare
5977c76
to
0f4e53c
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.
Hi @YairVaknin-starkware! I left you some small suggestions regarding the test names
* Minor ret decoding refactor - #1925 cherry pick * lock cargo-llvm-cov * Update test_install runner to macos-13 --------- Co-authored-by: Julián González Calderón <gonzalezcalderonjulian@gmail.com>
TITLE
Minor
ret
decoding refactorDescription
Limit ret opcode decodeing to Cairo0's standards.
Description of the pull request changes and motivation.
Checklist