]> Cypherpunks repositories - gostls13.git/commit
compile/internal/walk: add walkGrowslice
authorEgon Elbre <egonelbre@gmail.com>
Wed, 17 May 2023 15:10:58 +0000 (18:10 +0300)
committerKeith Randall <khr@golang.org>
Tue, 5 Sep 2023 15:06:41 +0000 (15:06 +0000)
commita2647f08f0c4e540540a7ae1b9ba7e668e6fed80
tree465f88d986f7694526d857e4f51c149f9e6b8a0f
parent0e1a9e18671a1ba171cda9d681cacaf91bd2c0bb
compile/internal/walk: add walkGrowslice

Move growslice generation to a separate func so that specialization
logic can be shared.

Updates #49480

Change-Id: I9ea5bb898753622d2d767546a46b4db6410dc725
Reviewed-on: https://go-review.googlesource.com/c/go/+/495877
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/walk/assign.go
src/cmd/compile/internal/walk/builtin.go