From: Michael Pratt Date: Wed, 4 Sep 2024 14:34:40 +0000 (-0400) Subject: cmd/internal/obj: drop NOFRAME TODO X-Git-Tag: go1.24rc1~1027 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a4eba85fada2a312fc7df20e6f1e215eda8e6a4d;p=gostls13.git cmd/internal/obj: drop NOFRAME TODO NOFRAME is long since implemented beyond ppc64x. Change-Id: Ia02c732badc3330bf876723bb64eff390f3e6622 Reviewed-on: https://go-review.googlesource.com/c/go/+/610695 LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui Auto-Submit: Michael Pratt --- diff --git a/src/cmd/internal/obj/textflag.go b/src/cmd/internal/obj/textflag.go index bf9c8c99f1..96e6e9377e 100644 --- a/src/cmd/internal/obj/textflag.go +++ b/src/cmd/internal/obj/textflag.go @@ -43,7 +43,6 @@ const ( // Do not insert instructions to allocate a stack frame for this function. // Only valid on functions that declare a frame size of 0. - // TODO(mwhudson): only implemented for ppc64x at present. NOFRAME = 512 // Function can call reflect.Type.Method or reflect.Type.MethodByName.