mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
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 <cherryyz@google.com> Reviewed-by: Jeremy Faller <jeremy@golang.org>
This commit is contained in:
parent
39da9ae513
commit
55aefbb268
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue