vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.91k stars 804 forks source link

feat[venom]: add support for no optimizations #4315

Open charles-cooper opened 1 month ago

charles-cooper commented 1 month ago

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

![Put a link to a cute animal picture inside the parenthesis-->]()

charles-cooper commented 1 month ago

note: this currently results in some invalid jumps being generated. it seems that running BranchOptimizationPass fixes things, but it seems indicative of a deeper problem.