]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't use statictmps for small object in slice literal
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 28 Sep 2019 16:30:08 +0000 (23:30 +0700)
committerKeith Randall <khr@golang.org>
Tue, 8 Oct 2019 06:09:26 +0000 (06:09 +0000)
commit77f5adba554c80dc536f3076b2fa882d2cf0e992
treee9752bd4f90ba6570c0db6d88b1808da83a11aae
parentecba83520d4c34870e0f5f0997d59d4496957240
cmd/compile: don't use statictmps for small object in slice literal

Fixes #21561

Change-Id: I89c59752060dd9570d17d73acbbaceaefce5d8ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/197560
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/sinit.go
test/codegen/slices.go