]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix comment that -N does not disable escape analysis
authorCherry Zhang <cherryyz@google.com>
Fri, 17 Nov 2017 15:03:55 +0000 (10:03 -0500)
committerCherry Zhang <cherryyz@google.com>
Tue, 21 Nov 2017 18:09:37 +0000 (18:09 +0000)
commit4fbf54fa0a4532753d2aac880e6d91202899a54e
tree2e47213ca8d1df2a4fd6c63711618e9ca8dc7f3e
parent225a2e12fe1930702bc0c522918b2c71471ffdaa
cmd/compile: fix comment that -N does not disable escape analysis

-N does not disable escape analysis. Remove the outdated comment.

Change-Id: I96978b3afd51324b7b4f8035cf4417fb2eac4ebc
Reviewed-on: https://go-review.googlesource.com/79015
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/esc.go