1
0
mirror of https://github.com/golang/go synced 2024-11-08 15:26:18 -07:00
go/src/cmd
Ilya Tocar 475df0ebcc cmd/compile/internal/gc: better inliner diagnostics
When debugging inliner with -m -m print cost of complex functions,
instead of simple "function too complex". This helps to understand,
how close to inlining is this particular function.

Change-Id: I6871f69b5b914d23fd0b43a24d7c6fc928f4b716
Reviewed-on: https://go-review.googlesource.com/63330
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-09-20 21:38:06 +00:00
..
addr2line cmd/go: build test binaries with -s in addition to -w 2017-03-29 17:18:16 +00:00
api all: correct location of go tool 2017-09-20 03:54:16 +00:00
asm cmd/internal/obj/x86: add ADDSUBPS/PD 2017-09-18 15:06:05 +00:00
cgo cmd/cgo: use a named type to indicate syntactic context 2017-09-19 18:22:10 +00:00
compile cmd/compile/internal/gc: better inliner diagnostics 2017-09-20 21:38:06 +00:00
cover cmd/cover: take default value of total only once. 2017-06-02 17:59:12 +00:00
dist cmd/dist: rename variables + functions 2017-09-20 13:40:21 +00:00
doc cmd/doc: search for packages in the two-arg case 2017-08-28 22:15:58 +00:00
fix cmd/fix: rewrite x/net/context by default 2017-08-31 19:04:54 +00:00
go cmd/go: stop linking cgo objects together with ld -r 2017-09-20 21:33:55 +00:00
gofmt cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
internal cmd/go: stop linking cgo objects together with ld -r 2017-09-20 21:33:55 +00:00
link cmd/go: stop linking cgo objects together with ld -r 2017-09-20 21:33:55 +00:00
nm cmd/nm: add test case for go archives 2017-09-20 03:46:41 +00:00
objdump cmd/internal/objfile: add arm64 disassembler support 2017-08-28 14:09:35 +00:00
pack cmd/pack: fix export data truncation bug 2017-09-09 14:13:33 +00:00
pprof cmd/pprof: restore printing descriptive errors from net/http/pprof endpoints 2017-06-15 02:14:24 +00:00
trace all: correct location of go tool 2017-09-20 03:54:16 +00:00
vendor cmd/vendor/golang.org/x/arch: pull latest updates from x repo (commit edaf650) 2017-08-25 14:13:13 +00:00
vet cmd/vet: don't warn on expected space in XML tag 2017-09-20 00:51:34 +00:00