[go-nuts] Re: go runtime/stubs.go noescape

2019-10-12 Thread tokers
Is this operation necessary? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit h

[go-nuts] go runtime/stubs.go noescape

2019-10-12 Thread tokers
Hello! Recently I read some go source code and when I read the noescape function in runtime/stubs.go, I have a doubt about it. // noescape hides a pointer from escape analysis. noescape is // the identity function but escape analysis doesn't think the // output depends on the input. noescape i