quorum/internal
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378)
The run loop, which previously contained custom opcode executes have been
removed and has been simplified to a few checks.

Each operation consists of 4 elements: execution function, gas cost function,
stack validation function and memory size function. The execution function
implements the operation's runtime behaviour, the gas cost function implements
the operation gas costs function and greatly depends on the memory and stack,
the stack validation function validates the stack and makes sure that enough
items can be popped off and pushed on and the memory size function calculates
the memory required for the operation and returns it.

This commit also allows the EVM to go unmetered. This is helpful for offline
operations such as contract calls.
2017-01-05 11:52:10 +01:00
..
build internal/build: use 'git tag --points-at' to get the current tag 2016-11-27 18:42:48 +01:00
debug internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 2016-11-01 18:40:36 +08:00
ethapi core/vm: improved EVM run loop & instruction calling (#3378) 2017-01-05 11:52:10 +01:00
jsre internal/jsre: fix built-in inspect function 2016-12-20 14:35:14 +01:00
web3ext cmd/bzzd: swarm daemon fixes (#3359) 2016-11-28 13:29:33 +01:00