go/src/cmd/compile/internal
Matthew Dempsky 131eb8fbf8 cmd/compile: trim more unnecessary escape analysis messages
"leaking closure reference" is redundant for similar reasons as "&x
escapes to heap" for OADDR nodes: the reference itself does not
allocate, and we already report when the referenced variable is moved
to heap.

"mark escaped content" is redundant with "leaking param content".

Updates #23109.

Change-Id: I1ab599cb1e8434f1918dd80596a70cba7dc8a0cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/170321
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-02 18:00:32 +00:00
..
amd64 cmd/compile: slightly optimize adding 128 2019-03-19 19:44:52 +00:00
arm cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
arm64 cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 2019-03-22 15:09:47 +00:00
gc cmd/compile: trim more unnecessary escape analysis messages 2019-04-02 18:00:32 +00:00
mips cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
mips64 cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
ppc64 cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zeros instructions on POWER9 2019-03-20 20:27:00 +00:00
s390x cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00
ssa cmd/compile: update stale comment in prove 2019-03-31 23:26:07 +00:00
syntax cmd/compile: accept 'i' suffix orthogonally on all numbers 2019-02-19 22:45:09 +00:00
test
types cmd/compile: add types.SoleComponent, use in convFuncName 2019-02-27 18:07:42 +00:00
wasm cmd/compile: add sign-extension operators on wasm 2019-03-28 20:23:05 +00:00
x86 cmd/compile,runtime: provide index information on bounds check failure 2019-03-18 17:33:38 +00:00