EVM: From Solidity to byte code, memory and storage

Ethereum Engineering Group
Ethereum Engineering Group
49.5 هزار بار بازدید - 4 سال پیش - Slides are here:
Slides are here: https://drive.google.com/file/d/1HkpC...
Peter Robinson and David Hyland-Wood described how Solidity code is compiled, deployed, and executes in the Ethereum Virtual Machine. The talk covers EVM opcodes and how code in the EVM uses the various data locations:
Stack: EVM Opcodes pop information from and push data onto the stack.
CallData: Transaction parameters.
Memory: Temporary data store within a transaction.
Storage: Persistent storage that is part of world state.
Code: Stores code and static data such as strings.
Logs: Write-only event log output.
4 سال پیش در تاریخ 1399/03/21 منتشر شده است.
49,577 بـار بازدید شده
... بیشتر