]> Cypherpunks repositories - gostls13.git/commit
internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi
authorAustin Clements <austin@google.com>
Wed, 19 Apr 2023 17:21:02 +0000 (13:21 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 19:28:53 +0000 (19:28 +0000)
commit03ad1f1a340841e7c60ee635ff894fe19cd99506
tree9b137fb603fe70d99eba31aba2d5747bc71e6fa6
parent7843ca83e7c8229f4fdca22949428a2418f45138
internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi

For #59670.

Change-Id: I91448363be2fc678964ce119d85cd5fae34a14da
Reviewed-on: https://go-review.googlesource.com/c/go/+/486975
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Auto-Submit: Austin Clements <austin@google.com>
12 files changed:
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/internal/obj/loong64/obj.go
src/cmd/internal/obj/mips/obj0.go
src/cmd/internal/obj/ppc64/obj9.go
src/cmd/internal/obj/riscv/obj.go
src/cmd/internal/obj/s390x/objz.go
src/cmd/internal/obj/wasm/wasmobj.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/internal/objabi/stack.go
src/internal/abi/stack.go [new file with mode: 0644]
src/runtime/stack.go