Closed dgryski closed 1 month ago
I have some time at airports today; I might look at some of the other strconv
escape analysis issues and see if there's anything else there with an easy fix.
Would it be possible to add a test to transform/testdata/allocs2.go?
Added.
New test fails on dev
with
allocs2.go:53: object allocated on the heap: escapes at line 54
and passes on this branch.
OK this is great, I quite need this actually. Thank you very much @dgryski and to @aykevl for review.
Now merging.
…nalysis
Fixes #4525