]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: align stack-allocated backing stores higher than required
authorKeith Randall <khr@golang.org>
Thu, 17 Apr 2025 05:48:06 +0000 (22:48 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 20 May 2025 01:12:50 +0000 (18:12 -0700)
commitc8bf388bad9bf350b513c562bba22868bc976247
tree58275f25d3c7b8ddf3764171a2139cdaa2676084
parent524946d2475d0b541ba84396f759b9e4c7aa4a98
cmd/compile: align stack-allocated backing stores higher than required

Because that's what mallocgc did and some user code came to rely on it.

Fixes #73199

Change-Id: I45ca00d2ea448e6729ef9ac4cec3c1eb0ceccc89
Reviewed-on: https://go-review.googlesource.com/c/go/+/666116
Reviewed-by: t hepudds <thepudds1460@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/walk/builtin.go