Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/vm: add wrapper functions for all opcodes, all versions
- for each opcode and each version, assign corresponding wrapper based on the version and opcodeName - vm/jump_table/ExportInstructionSet: export instruction set attributes based on input version for generating codes, including unsupported instructions of different versions for dummy wrappers - vm/interpreter: if not debug mode, call wrapper instead of execute opcodes directly
- Loading branch information