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.
1 parent ef25b82 commit 846d091Copy full SHA for 846d091
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