Expand description
EVM bytecode compiler implementation.
Modulesยง
- default_
attrs ๐ - translate ๐
- EVM to IR translation.
Structsยง
- Compile
Timings - Per-phase timing breakdown from a compilation.
- EvmCompiler
- EVM bytecode compiler.
- Remarks ๐
- Collected timing remarks for the compiler dump.
- Timing
Guard ๐
Enumsยง
- EvmCompiler
Input EvmCompilerinput.
Functionsยง
- resolve_
asm_ ๐source_ line - Resolves a
# bytecode.txt:LL:CCor# bytecode.txt:LLcomment in an assembly line to the corresponding source line. - resolve_
dbg_ ๐line - Resolves a
!dbg !Nreference in an IR line to the corresponding source line.