mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 22:25:44 +00:00
ac697326a6
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.