]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mark ... argument to checkptrArithmetic as not escaping
authorKeith Randall <khr@golang.org>
Tue, 14 Jan 2020 17:50:43 +0000 (09:50 -0800)
committerKeith Randall <khr@golang.org>
Fri, 17 Jan 2020 17:38:40 +0000 (17:38 +0000)
commit316fd8cc4a7fab2e1bb45848bc30ea8b8a0b231a
tree4e4bbad927c8e3641bafd55bdc0c42823b32ba71
parent574c286607015297e35b7c02c793038fd827e59b
cmd/compile: mark ... argument to checkptrArithmetic as not escaping

Fixes #36516

Change-Id: Ibf4f86fb3a25fa30e0cd54e2dd2e12c60ee75ddb
Reviewed-on: https://go-review.googlesource.com/c/go/+/214679
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/walk.go
test/fixedbugs/issue36516.go [new file with mode: 0644]