-
Felix Lange authored
* 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
ea2718c9
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| 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.go | ||
| vm_jit.go | ||
| vm_jit_fake.go | ||
| vm_test.go |