Demystifying Memory in EVM (Part I)
Let’s look at the architecture of the Memory in EVM.
Scratch Space : Ephemeral space to write values ( used for instance by the sha3 opcode)
Free Memory Pointer : It contains the address of the last byte accessed in memory . Memory never gets clean...
mansoor-eth.hashnode.dev2 min read