forked from TrueCloudLab/neoneo-go
b2609786e9
When performing NEWARRAY on a Struct or NEWSTRUCT on a Array, underlying slice needs to be copied, because when it's capacity doesn't matches it's length, underlying storage will be used for appends even if it is already pointed at by another slice. |
||
---|---|---|
.. | ||
cli | ||
compiler | ||
tests | ||
context.go | ||
contract_checks.go | ||
contract_checks_test.go | ||
emit.go | ||
emit_test.go | ||
instruction_string.go | ||
instructions.go | ||
interop.go | ||
output.go | ||
stack.go | ||
stack_item.go | ||
stack_test.go | ||
state.go | ||
state_test.go | ||
vm.go | ||
vm_test.go |