Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the build_jumpdest_map() procedure for JUMPDEST analysis. - "is push opcode" conditions has been changed to (op & 0xE0) == 0x60. - the op == JUMPDEST condition has been marked as unlikely.
- Loading branch information