]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: drop NOFRAME TODO
authorMichael Pratt <mpratt@google.com>
Wed, 4 Sep 2024 14:34:40 +0000 (10:34 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 15:31:27 +0000 (15:31 +0000)
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>

src/cmd/internal/obj/textflag.go

index bf9c8c99f16cdc9dae117b78190b1f0fb55c1742..96e6e9377e215884a80e74a25b54c9715032156f 100644 (file)
@@ -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.