plugeth/core/vm
2015-08-09 02:06:16 +02:00
..
analysis.go
asm.go
common.go
context.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
contracts.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
disasm.go
environment.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
errors.go
gas.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
instructions.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
jit_test.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
jit.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
logger.go
memory.go
opcodes.go
settings.go cmd/geth, core/vm: setup vm settings and defaulted JIT disabled 2015-08-09 02:06:16 +02:00
stack.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
virtual_machine.go
vm_jit_fake.go
vm_jit.go
vm.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00