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
1372b991c3
core/vm/runtime: added simple execution runtime
...
The runtime environment can be used for simple basic execution of
contract code without the requirement of setting up a full stack and
operates fully in memory.
9 years ago
..
runtime
core/vm/runtime: added simple execution runtime
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
core/vm: added JIT segmenting / optimisations
9 years ago
environment.go
core, tests: get_hash fix
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: added JIT segmenting / optimisations
9 years ago
jit.go
core/vm: added JIT segmenting / optimisations
9 years ago
jit_optimiser.go
core/vm: added parsing utilities
9 years ago
jit_test.go
core/vm: added JIT segmenting / optimisations
9 years ago
jit_util.go
core/vm: added parsing utilities
9 years ago
jit_util_test.go
core/vm: added parsing utilities
9 years ago
jump_table.go
cmd/evm, core/vm, test: refactored VM and core
9 years ago
log.go
core, eth, trie: fix data races and merge/review issues
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
core/vm: added parsing utilities
9 years ago
segments.go
core/vm: added JIT segmenting / optimisations
9 years ago
stack.go
core/vm: added JIT segmenting / optimisations
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