]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: report more non-inlineable functions
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 9 Nov 2016 06:18:38 +0000 (22:18 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 1 Feb 2017 20:34:34 +0000 (20:34 +0000)
commita246f61637b80e2f3426fae03ede072c8a28474e
tree9fa0e76832c8da14d6c2896dac894e2f10b592ae
parent457ac38e7a4066d27a64845c2569fad2b4d7bc8a
cmd/compile: report more non-inlineable functions

Many non-inlineable functions were not being
reported in '-m -m' mode.

Updates #17858.

Change-Id: I7d96361b39dd317f5550e57334a8a6dd1a836598
Reviewed-on: https://go-review.googlesource.com/32971
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/inl.go