evm icon indicating copy to clipboard operation
evm copied to clipboard

Bug: msize opcode does not have the same behavior as ethereum.

Open laizy opened this issue 3 years ago • 0 comments

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.

laizy avatar Feb 18 '22 07:02 laizy