forked from cerc-io/plugeth
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. |
||
|---|---|---|
| .. | ||
| files | ||
| block_test_util.go | ||
| block_test.go | ||
| init.go | ||
| rlp_test_util.go | ||
| rlp_test.go | ||
| state_test_util.go | ||
| state_test.go | ||
| transaction_test_util.go | ||
| transaction_test.go | ||
| util.go | ||
| vm_test_util.go | ||
| vm_test.go | ||