• Jeffrey Wilcke's avatar
    core/vm: reduced big int allocations · ac697326
    Jeffrey Wilcke authored
    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.
    ac697326
Name
Last commit
Last update
..
files Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
init.go Loading commit data...
rlp_test.go Loading commit data...
rlp_test_util.go Loading commit data...
state_test.go Loading commit data...
state_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...
util.go Loading commit data...
vm_test.go Loading commit data...
vm_test_util.go Loading commit data...