-
-
Notifications
You must be signed in to change notification settings - Fork 871
feat[venom]: stack spilling to mem #4765
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4765 +/- ##
==========================================
- Coverage 93.29% 93.24% -0.06%
==========================================
Files 140 141 +1
Lines 20265 20437 +172
Branches 3551 3584 +33
==========================================
+ Hits 18907 19056 +149
- Misses 911 925 +14
- Partials 447 456 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…feat/simple_mem_spill
| if dup_idx < 1: | ||
| from vyper.exceptions import StackTooDeep | ||
|
|
||
| raise StackTooDeep(f"Unsupported dup depth {dup_idx}") |
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.
this is like a DUP0, right? seems like the wrong exception in that case
What I did
How I did it
How to verify it
Commit message
Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)
Description for the changelog
Cute Animal Picture