]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add inline explainer
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 May 2016 00:21:32 +0000 (17:21 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Aug 2016 16:16:35 +0000 (16:16 +0000)
commite4cae432d6185b75d45fcf0c3f9c6d49591c128a
tree0f4fae61b2ad0b95032e5a1c34ca9a94858df52c
parentef6fde26e5cac06c0dbd4ffe628a3ecd2ef7c450
cmd/compile: add inline explainer

When compiling with -m -m, this adds output
for every non-inlined function explaining why
it was not inlined.

Change-Id: Icb59ae912a835c996e6b3475b163ee5125113001
Reviewed-on: https://go-review.googlesource.com/22782
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/gc/main.go