• 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
stack.go 2.12 KB