From: Cherry Mui Date: Wed, 19 May 2021 20:34:58 +0000 (-0400) Subject: doc/go1.17: mention enabling frame pointer on all ARM64 X-Git-Tag: go1.17beta1~93 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55aefbb268d7d33ebf300ed5b1e38e55c10c8070;p=gostls13.git doc/go1.17: mention enabling frame pointer on all ARM64 Updates #44513. Change-Id: I43e95de0423779b3311d96c56f7c8c1cc5be27b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/321311 Trust: Cherry Mui Reviewed-by: Jeremy Faller --- diff --git a/doc/go1.17.html b/doc/go1.17.html index bdde26bd10..5448b2af97 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -68,6 +68,14 @@ Do not send CLs removing the interior tags from such phrases. OpenBSD.

+

ARM64

+ +

+ 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. +

+

TODO: complete the Ports section