plugeth/tests
Jeffrey Wilcke ac697326a6 core/vm: reduced big int allocations
Reduced big int allocation by making stack items modifiable. Instead of
adding items such as `common.Big0` to the stack, `new(big.Int)` is
added instead. One must expect that any item that is added to the stack
might change.
2015-08-07 12:52:23 +02:00
..
files core, miner: added difficulty bomb 2015-08-05 13:09:09 +02:00
block_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
block_test.go tests: updated 2015-07-29 15:01:42 +02:00
init.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
rlp_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
rlp_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state_test_util.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
state_test.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
transaction_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
transaction_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
util.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
vm_test_util.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
vm_test.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00