Optimize stack underflow checks
Open
- Dominant language
- C++
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
In normal solidity code, loops should always jump to a position that has the same stack height. This means that the stack underflow check should not be done in every iteration of the loop.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.