Skip to content

Instantly share code, notes, and snippets.

@zedxxx
Created June 11, 2021 13:00
Show Gist options
  • Save zedxxx/360565b37cc323207a5492407fe308e8 to your computer and use it in GitHub Desktop.
Save zedxxx/360565b37cc323207a5492407fe308e8 to your computer and use it in GitHub Desktop.
$ 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