evm
evm copied to clipboard
Bug: msize opcode does not have the same behavior as ethereum.
The current Memory implementation has a effective_len field (which seems unnecessary #31 ), and it will be updated unexpectedly by mload. so msize called before/after mload may have different value.