We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b1e4c4 + 846d091 commit b596b4bCopy full SHA for b596b4b
core/vm/stack.go
@@ -29,7 +29,7 @@ type Stack struct {
29
}
30
31
func newstack() *Stack {
32
- return &Stack{}
+ return &Stack{data: make([]*big.Int, 0, 1024)}
33
34
35
func (st *Stack) Data() []*big.Int {
0 commit comments