good morning!!!!

Skip to content
Snippets Groups Projects
Commit ac697326 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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.
parent 184e9ae9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment