-
-
Notifications
You must be signed in to change notification settings - Fork 848
draft - memory fuzzer for venom #4686
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?
draft - memory fuzzer for venom #4686
Conversation
from vyper.venom.passes import ( | ||
CFGNormalization, | ||
AssignElimination, | ||
DeadStoreElimination, | ||
LoadElimination, | ||
MakeSSA, | ||
MemMergePass, | ||
SimplifyCFGPass, | ||
SingleUseExpansion, | ||
) |
Check notice
Code scanning / CodeQL
Unused import Note test
Import of 'LoadElimination' is not used.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4686 +/- ##
==========================================
+ Coverage 92.99% 93.09% +0.09%
==========================================
Files 131 131
Lines 19094 19119 +25
Branches 3324 3329 +5
==========================================
+ Hits 17757 17799 +42
+ Misses 899 878 -21
- Partials 438 442 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
this seems to be working somewhat, but i get a bunch of OVERRUN messages (in debug mode), which seems to substantially slow down example generation: @cyberthirst could you please look into this? |
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