1
0
mirror of https://github.com/golang/go synced 2024-11-08 15:26:18 -07:00
go/src/cmd
Matthew Dempsky 93e97ef066 cmd/compile/internal/gc: update comment in plive.go
onebitwalktype1 no longer appears to be a bottleneck for the mentioned
test case. In fact, we appear to compile it significantly faster now
than Go 1.4 did (~1.8s vs ~3s).

Fixes #21951.

Change-Id: I315313e906092a7d6ff4ff60a918d80a4cff7a7f
Reviewed-on: https://go-review.googlesource.com/65110
Reviewed-by: Keith Randall <khr@golang.org>
2017-09-20 23:07:40 +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: update comment in plive.go 2017-09-20 23:07:40 +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