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.
Jeffrey Wilcke
9d61d78de6
core/vm: abstracted instruction execution away from JIT
...
Moved the execution of instructions to the instruction it self. This
will allow for specialised instructions (e.g. segments) to be execution
in the same manner as regular instructions.
9 years ago
..
analysis.go
all: fix license headers one more time
9 years ago
asm.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
common.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
contract.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
contracts.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
disasm.go
all: fix license headers one more time
9 years ago
doc.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
environment.go
core, core/vm, cmd/evm: remove redundant balance check
9 years ago
errors.go
core, core/vm, core/state: remove unused functions
9 years ago
gas.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
instructions.go
core/vm: abstracted instruction execution away from JIT
9 years ago
jit.go
core/vm: abstracted instruction execution away from JIT
9 years ago
jit_test.go
core, core/vm, cmd/evm: remove redundant balance check
9 years ago
jump_table.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
log.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
logger.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
memory.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
opcodes.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
stack.go
core/vm: reduced big int allocations
9 years ago
virtual_machine.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
vm.go
core/vm: copy stack element to prevent overwrites
9 years ago
vm_jit.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
vm_jit_fake.go
all: fix license headers one more time
9 years ago