1
0
mirror of https://github.com/golang/go synced 2024-11-08 19:46:23 -07:00
go/src
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
..
archive archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
bufio
builtin
bytes bytes: improve test readability 2017-09-20 13:41:03 +00:00
cmd cmd/compile/internal/gc: update comment in plive.go 2017-09-20 23:07:40 +00:00
compress all: fix article typos 2017-09-15 02:39:16 +00:00
container container/heap: call t.Helper() in verify() 2017-09-13 17:22:00 +00:00
context all: fix article typos 2017-09-15 02:39:16 +00:00
crypto all: fix article typos 2017-09-15 02:39:16 +00:00
database/sql database/sql: fix Conn's doc typo 2017-09-08 13:49:40 +00:00
debug
encoding all: fix article typos 2017-09-15 02:39:16 +00:00
errors
expvar expvar: make (*Map).Init clear existing keys 2017-09-11 21:31:51 +00:00
flag flag: simplify arg logic in parseOne 2017-09-05 20:31:44 +00:00
fmt fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
go go/types, constant: remove superfluous import comment 2017-09-18 17:19:43 +00:00
hash
html html/template: prevent aliasing of parse Trees via AddParseTree 2017-09-20 01:52:02 +00:00
image all: fix article typos 2017-09-15 02:39:16 +00:00
index/suffixarray
internal all: correct location of go tool 2017-09-20 03:54:16 +00:00
io io: Add benchmarks for CopyN 2017-09-20 15:00:31 +00:00
log log: fix data race on log.Output 2017-09-19 20:35:24 +00:00
math math: implement fast path for Exp 2017-09-20 21:43:00 +00:00
mime mime: ignore key on ParseMediaType when value don't pass RFC 2231 check 2017-08-29 21:10:56 +00:00
net net/http: net/http: doc that prefer "must" over "should" 2017-09-20 17:26:00 +00:00
os all: correct location of go tool 2017-09-20 03:54:16 +00:00
path all: remove strings.Contains check around Replace 2017-09-12 08:58:28 +00:00
plugin runtime, plugin: error not throw on duplicate open 2017-09-09 16:26:33 +00:00
reflect reflect: fix pointer past-the-end in Call with zero-sized return value 2017-09-19 20:45:24 +00:00
regexp all: fix article typos 2017-09-15 02:39:16 +00:00
runtime runtime: make nextFreeFast inlinable 2017-09-20 20:27:13 +00:00
sort
strconv all: fix article typos 2017-09-15 02:39:16 +00:00
strings
sync all: join some chained ifs to unindent code 2017-08-29 20:57:41 +00:00
syscall runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
testing testing: use time.Since instead of time.Now().Sub 2017-09-06 19:47:37 +00:00
text text/template: check ignored error in a test 2017-09-13 15:06:31 +00:00
time runtime: return deltimer early if timer.timersBucket is unset 2017-09-15 19:55:10 +00:00
unicode unicode: allow version to be passed by env var 2017-09-19 10:58:07 +00:00
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc