]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: check frame offsets against abi
authorDavid Chase <drchase@google.com>
Tue, 9 Feb 2021 23:09:47 +0000 (18:09 -0500)
committerDavid Chase <drchase@google.com>
Sat, 27 Feb 2021 22:39:54 +0000 (22:39 +0000)
commit5ff7ec98b7727b3641df25200345b1aa50b6ff35
treef44ab4a7f0e117bbf01b0b310b9044d099e65a21
parenta429926159232f2e127d46698633ffce5896ae30
cmd/compile: check frame offsets against abi

this is in preparation for turning off calculation of frame offsets
in types.CalcSize

For #40724.

Change-Id: I2c29fd289c014674076e5ec5170055dbca5ea64b
Reviewed-on: https://go-review.googlesource.com/c/go/+/293392
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/compile/internal/abi/abiutils.go
src/cmd/compile/internal/gc/compile.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/test/abiutilsaux_test.go