From: Cherry Mui
Date: Wed, 1 Dec 2021 16:39:51 +0000 (-0500)
Subject: doc/go1.18: mention stack trace change
X-Git-Tag: go1.18beta1~132
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c3a7fb207409a77b2ad644fe777db04d7df8e08c;p=gostls13.git
doc/go1.18: mention stack trace change
For #47694.
Change-Id: I06cac88d5328c8c0e38212ad801d70bc36cdfc6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/368234
Trust: Cherry Mui
Reviewed-by: Austin Clements
---
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 022541b83d..d9da160ab5 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -221,12 +221,15 @@ proposal.
Go 1.17 release notes for more details.
-
- TODO: https://golang.org/cl/298611: cmd/compile: add -asan option
+
+ Go 1.17 generally improved the formatting of arguments in stack traces,
+ but could print inaccurate values for arguments passed in registers.
+ This is improved in Go 1.18 by printing a question mark (?
)
+ after each value that may be inaccurate.
-
- TODO: https://golang.org/cl/352057: cmd/compile, runtime: track argument stack slot liveness
+
+ TODO: https://golang.org/cl/298611: cmd/compile: add -asan option
Linker