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