1
0
mirror of https://github.com/golang/go synced 2024-11-23 21:20:03 -07:00
go/src
Ian Lance Taylor 1d5001afef cmd/compile: change Node.Nbody, Func.Inl from *NodeList to Nodes
Passes toolstash -cmp.

Casual timings show about a 3% improvement in compile times.

Update #14473.

Change-Id: I584add2e8f1a52486ba418b25ba6122b7347b643
Reviewed-on: https://go-review.googlesource.com/19989
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-02-29 00:33:32 +00:00
..
archive
bufio all: fix typos and spelling 2016-02-24 18:42:29 +00:00
builtin
bytes runtime: avoid using REP prefix for IndexByte 2016-02-26 01:09:53 +00:00
cmd cmd/compile: change Node.Nbody, Func.Inl from *NodeList to Nodes 2016-02-29 00:33:32 +00:00
compress compress/bzip2: fix benchmark to actually measure decompression rate 2016-02-28 11:06:40 +00:00
container
crypto crypto/tls: don't log expected errors in test 2016-02-28 20:36:38 +00:00
database/sql all: fix typos and spelling 2016-02-24 18:42:29 +00:00
debug debug/gosym: fix TestPCLine on Plan 9 2016-02-27 05:13:33 +00:00
encoding all: fix typos and spelling 2016-02-24 18:42:29 +00:00
errors
expvar expvar: document that Get returns nil for non-existent vars 2016-02-25 16:48:08 +00:00
flag
fmt fmt: fix formatting of numbers with f.space and f.plus specified 2016-02-29 00:17:07 +00:00
go cmd: stop looking for __.(GO)?SYMDEF entries in archives 2016-02-26 20:26:17 +00:00
hash
html all: fix typos and spelling 2016-02-24 18:42:29 +00:00
image all: fix typos and spelling 2016-02-24 18:42:29 +00:00
index/suffixarray
internal crypto/rand: use the getentropy syscall on OpenBSD 2016-02-26 19:58:09 +00:00
io
log
math all: fix typos and spelling 2016-02-24 18:42:29 +00:00
mime mime: Fix BenchmarkQDecodeHeader to call DecodeHeader 2016-02-28 17:24:01 +00:00
net net/url: support query string without values 2016-02-26 16:13:26 +00:00
os os: fix tests on brillo 2016-02-24 21:05:40 +00:00
path all: fix typos and spelling 2016-02-24 18:42:29 +00:00
reflect cmd/compile: remove uncommonType.name 2016-02-26 12:02:39 +00:00
regexp all: fix typos and spelling 2016-02-24 18:42:29 +00:00
runtime runtime: clean up adjustpointer and eliminate write barrier 2016-02-28 04:19:01 +00:00
sort all: fix typos and spelling 2016-02-24 18:42:29 +00:00
strconv strconv: Avoid allocation in AppendQuote* 2016-02-27 17:15:01 +00:00
strings
sync sync/atomic: new file for plan9_arm support 2016-02-26 20:16:34 +00:00
syscall syscall: new files for plan_arm support 2016-02-26 20:03:16 +00:00
testing testing: make failure in benchmark cause non-zero exit status 2016-02-28 05:19:05 +00:00
text all: fix typos and spelling 2016-02-24 18:42:29 +00:00
time
unicode unicode/utf16: speed up and clean up Encode and EncodeRune 2016-02-24 21:07:03 +00:00
unsafe
vendor
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash build: use go tool dist list 2016-02-26 03:58:58 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
make.bat cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc