]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change gc logging to report inline failure instead of success
authorDavid Chase <drchase@google.com>
Wed, 4 Mar 2020 21:33:54 +0000 (16:33 -0500)
committerDavid Chase <drchase@google.com>
Fri, 10 Apr 2020 20:34:40 +0000 (20:34 +0000)
commitfced302aa15702056e0d4a264c80e74c462cdd22
tree67c0728f95a39a7959c887aebad8016fa3ea0f5d
parent83e288f3dbfdc83e4a016c60d54f928f69608d9a
cmd/compile: change gc logging to report inline failure instead of success

I've been experimenting with this, success is the wrong thing to report
even though it seems to log much less.

Change-Id: I7c25a45d2f41e82b6c8dd8b0a56ba848c63fb21a
Reviewed-on: https://go-review.googlesource.com/c/go/+/223298
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/logopt/logopt_test.go