1
0
mirror of https://github.com/golang/go synced 2024-11-14 20:30:35 -07:00
go/src/cmd
Josh Bleecher Snyder 7439ba32ff cmd/compile: respect Node.Bounded when inserting OpArraySelect
This triggers 119 times during make.bash.

This CL reduces the time it takes for the
compiler to panic while compiling the code in #19751 
from 22 minutes to 15 minutes. Yay, I guess.

Updates #19751 

Change-Id: I8ca7f1ae75f89d1eb2a361d67b3055a975221734
Reviewed-on: https://go-review.googlesource.com/39294
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
2017-04-03 17:31:08 +00:00
..
addr2line cmd/go: build test binaries with -s in addition to -w 2017-03-29 17:18:16 +00:00
api
asm cmd/asm/internal/arch: use generic obj.Rconv function everywhere 2017-03-31 04:29:58 +00:00
cgo
compile cmd/compile: respect Node.Bounded when inserting OpArraySelect 2017-04-03 17:31:08 +00:00
cover
dist cmd/go: add -json flag to go env 2017-03-29 06:50:07 +00:00
doc cmd/doc: implement "go doc struct.field" 2017-03-22 05:37:50 +00:00
fix cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
go cmd/go: exclude vendored packages from ... matches 2017-03-29 18:51:44 +00:00
gofmt cmd/fix,cmd/gofmt: flush to disk before diffing 2017-03-30 18:19:57 +00:00
internal cmd/internal/obj: use string instead of LSym in Pcln 2017-04-03 15:19:47 +00:00
link cmd/link: canonicalize the "package" of dupok text symbols 2017-04-02 03:25:02 +00:00
nm
objdump
pack
pprof cmd/pprof: use proxy from environment 2017-03-19 05:45:51 +00:00
trace cmd/trace: traces may end with pending mark assists 2017-03-02 18:33:54 +00:00
vendor
vet cmd/vet: remove Peek from list of canonical methods 2017-03-27 23:36:36 +00:00