You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal Detail
Ethereum use 'memory' data structure.
It is volatile memory and stored in 'memory' when data is a function parameter or a return value.
Also it has to do with arrays, string, struct, and Ethereum use MLOAD, MSTORE, MSTORE8 opcode.
I think we may use it similar to Ethereum but We need to discuss about it !
About
How to use memory
How to design
etc...
Subject
vm
Proposal Detail
Ethereum use 'memory' data structure.
It is volatile memory and stored in 'memory' when data is a function parameter or a return value.
Also it has to do with arrays, string, struct, and Ethereum use
MLOAD
,MSTORE
,MSTORE8
opcode.I think we may use it similar to Ethereum but We need to discuss about it !
About
How to use memory
How to design
etc...
Reference
https://hackernoon.com/getting-deep-into-evm-how-ethereum-works-backstage-ac7efa1f0015
The text was updated successfully, but these errors were encountered: