neoneo-go/pkg/vm/opcode
Evgenii Stratonikov 0cb6dc47e4 vm: implement slot-related opcodes
1. Slot is a new mechanism for storing variables during execution
which is more convenient than alt.stack. This commit implements
support for slot opcodes in both vm and compiler.
2. Remove old alt.stack opcodes.
3. Do not process globals at the start of every function, but instead
load them single time at main.
2020-05-12 16:23:08 +03:00
..
opcode.go vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00
opcode_string.go vm: implement slot-related opcodes 2020-05-12 16:23:08 +03:00
opcode_test.go vm: implement ASSERT/ABORT opcodes 2020-05-06 15:54:19 +03:00