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
..
2015-08-07 12:52:23 +02:00
2014-12-04 10:28:02 +01:00
2015-07-23 18:35:11 +02:00