cmd/compile: -m=2 output is missing escape information #32984
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No, this is only happening on the 1.13beta1 release.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Given this code:
https://github.com/ardanlabs/gotraining/tree/master/topics/go/profiling/memcpu
I ran the following command in
1.13beta1
What did you expect to see?
What did you see instead?
Why is this a problem?
All of the information about why the escape happened is gone. This information is valuable to not guess why. The new output is not saying why and disconnects the information as well.
The text was updated successfully, but these errors were encountered: