File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,15 @@ <h2 id="compiler">Compiler</h2>
221
221
< a href =go1.17#compiler > Go 1.17 release notes</ a > for more details.
222
222
</ p >
223
223
224
- < p > <!-- CL 298611 -->
225
- TODO: < a href ="https://golang.org/cl/298611 "> https://golang.org/cl/298611</ a > : cmd/compile: add -asan option
224
+ < p > <!-- CL 352057, https://golang.org/issue/45728 -->
225
+ Go 1.17 generally improved the formatting of arguments in stack traces,
226
+ but could print inaccurate values for arguments passed in registers.
227
+ This is improved in Go 1.18 by printing a question mark (< code > ?</ code > )
228
+ after each value that may be inaccurate.
226
229
</ p >
227
230
228
- < p > <!-- CL 352057 -->
229
- TODO: < a href ="https://golang.org/cl/352057 "> https://golang.org/cl/352057 </ a > : cmd/compile, runtime: track argument stack slot liveness
231
+ < p > <!-- CL 298611 -->
232
+ TODO: < a href ="https://golang.org/cl/298611 "> https://golang.org/cl/298611 </ a > : cmd/compile: add -asan option
230
233
</ p >
231
234
232
235
< h2 id ="linker "> Linker</ h2 >
You can’t perform that action at this time.
0 commit comments