This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add static OOG for all opcodes (#801)
Time spent on this PR: 0.4 ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? Some opcode families defines their own `opcode_label`. OOG and Stack over/underflow are defined at the opcode of family level. ## What is the new behavior? One single `opcode_label` constant is defined and used everywhere. OOG and Stack over/underflow are defined at the `exec_opcode` level. Resolves: #777
- Loading branch information