]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention enabling frame pointer on all ARM64
authorCherry Mui <cherryyz@google.com>
Wed, 19 May 2021 20:34:58 +0000 (16:34 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 26 May 2021 18:32:27 +0000 (18:32 +0000)
Updates #44513.

Change-Id: I43e95de0423779b3311d96c56f7c8c1cc5be27b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/321311
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
doc/go1.17.html

index bdde26bd1088eb0b6b83f6a3a7a9d42b3f2869df..5448b2af975b78ab9b76917c0f7b71337dafe4d0 100644 (file)
@@ -68,6 +68,14 @@ Do not send CLs removing the interior tags from such phrases.
   OpenBSD.
 </p>
 
+<h3 id="arm64">ARM64</h3>
+
+<p><!-- CL 288814 -->
+  Go programs now maintain stack frame pointers on the 64-bit ARM
+  architecture on all operating systems. Previously it maintained
+  stack frame pointers only on Linux, macOS, and iOS.
+</p>
+
 <p>
   TODO: complete the Ports section
 </p>