Created
June 11, 2021 13:00
-
-
Save zedxxx/360565b37cc323207a5492407fe308e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ go build -gcflags "-m" main.go | |
# command-line-arguments | |
.main.go:8:6: can inline f | |
.main.go:13:6: can inline main | |
.main.go:16:16: inlining call to f | |
.main.go:9:27: &Person literal escapes to heap | |
.main.go:14:27: &Person literal does not escape | |
.main.go:16:16: &Person literal does not escape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment