From c3a7fb207409a77b2ad644fe777db04d7df8e08c Mon Sep 17 00:00:00 2001
From: Cherry Mui
- 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