From c3a7fb207409a77b2ad644fe777db04d7df8e08c Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Wed, 1 Dec 2021 11:39:51 -0500 Subject: [PATCH] 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 --- doc/go1.18.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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

-- 2.50.0