diff --git a/doc/go1.21.html b/doc/go1.21.html index e22b75340081c3..0d6f0b018d7f96 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -318,6 +318,14 @@
+ On amd64, frameless nosplit assembly functions are no longer automatically marked as NOFRAME
.
+ Instead, the NOFRAME
attribute must be explicitly specified if desired,
+ which is already the behavior on other architectures supporting frame pointers.
+ With this, the runtime now maintains the frame pointers for stack transitions.
+
The verifier that checks for incorrect uses of R15
when dynamic linking on amd64 has been improved.