]> Cypherpunks repositories - gostls13.git/commit
runtime: remove implicit NOFRAME heuristic support
authorqmuntal <quimmuntal@gmail.com>
Wed, 8 Feb 2023 15:51:34 +0000 (16:51 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Wed, 1 Mar 2023 17:28:41 +0000 (17:28 +0000)
commitd20e688fcff2e5cc0d5fcc85dc5cc69ce92f919b
treee8e43c85036fa89faf9be7d515c711a40f2fb104
parenta5f3cb6f75f31ea7336ce87375cbc30c73360def
runtime: remove implicit NOFRAME heuristic support

All amd64 OSes already make use of the NOFRAME flag wherever is
required, so we can remove the frameless nosplit functions heuristic
code path.

Updates #58378

Change-Id: I966970693ba07f8c66da0aca83c23caad7cbbfe5
Reviewed-on: https://go-review.googlesource.com/c/go/+/466458
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/obj/x86/obj6.go
src/runtime/textflag.h