Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core/vm
Jeffrey Wilcke 9cacec70f9 cmd/evm, core/vm, tests: changed DisableVm to EnableVm 9 years ago
..
analysis.go all: fix license headers one more time 9 years ago
asm.go all: fix license headers one more time 9 years ago
common.go all: fix license headers one more time 9 years ago
context.go core/vm, tests: implemented semi-jit vm 9 years ago
contracts.go core/vm, tests: implemented semi-jit vm 9 years ago
disasm.go all: fix license headers one more time 9 years ago
environment.go core, tests: reduced state copy by N calls 9 years ago
errors.go all: fix license headers one more time 9 years ago
gas.go core/vm, tests: implemented semi-jit vm 9 years ago
instructions.go core/vm: fixed jit error & added inline docs 9 years ago
jit.go core/vm: fixed jit error & added inline docs 9 years ago
jit_test.go cmd/evm, core/vm, tests: changed DisableVm to EnableVm 9 years ago
logger.go all: fix license headers one more time 9 years ago
memory.go all: fix license headers one more time 9 years ago
opcodes.go all: fix license headers one more time 9 years ago
settings.go cmd/evm, core/vm, tests: changed DisableVm to EnableVm 9 years ago
stack.go core/vm: reduced big int allocations 9 years ago
virtual_machine.go all: fix license headers one more time 9 years ago
vm.go cmd/evm, core/vm, tests: changed DisableVm to EnableVm 9 years ago
vm_jit.go all: fix license headers one more time 9 years ago
vm_jit_fake.go all: fix license headers one more time 9 years ago