ea2718c946
* JUMPDEST analysis is faster because less type conversions are performed. * The map of JUMPDEST locations is now created lazily at the first JUMP. * The result of the analysis is kept around for recursive invocations through CALL/CALLCODE. Fixes #1147 |
||
---|---|---|
.. | ||
address.go | ||
analysis.go | ||
asm.go | ||
common.go | ||
context.go | ||
disasm.go | ||
environment.go | ||
errors.go | ||
gas.go | ||
main_test.go | ||
memory.go | ||
stack.go | ||
types.go | ||
virtual_machine.go | ||
vm_jit_fake.go | ||
vm_jit.go | ||
vm_test.go | ||
vm.go |