go/src
Austin Clements 3399fd254d runtime: remove unused gcstats
The gcstats structure is no longer consumed by anything and no longer
tracks statistics that are particularly relevant to the concurrent
garbage collector. Remove it. (Having statistics is probably a good
idea, but these aren't the stats we need these days and we don't have
a way to get them out of the runtime.)

In preparation for #13613.

Change-Id: Ib63e2f9067850668f9dcbfd4ed89aab4a6622c3f
Reviewed-on: https://go-review.googlesource.com/34936
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Rick Hudson <rlh@golang.org>
2017-03-04 02:56:35 +00:00
..
archive
bufio
builtin
bytes bytes: make bytes.Buffer cache-friendly 2017-02-28 05:19:38 +00:00
cmd Revert "cmd/go, misc: switch from breakpoint to SIGUSR2" 2017-03-04 01:21:47 +00:00
compress Revert "all: test adjustments for the iOS builder" 2017-03-04 00:01:14 +00:00
container
context context: document that Err is unspecified before Done 2017-02-22 17:42:28 +00:00
crypto crypto/tls: make Config.Clone also clone the GetClientCertificate field 2017-03-02 19:43:07 +00:00
database/sql database/sql: convert test timeouts to explicit waits with checks 2017-02-13 19:05:28 +00:00
debug cmd/link: write dwarf sections 2017-03-01 04:51:03 +00:00
encoding encoding/pem: refuse extra data on ending line 2017-03-01 19:23:09 +00:00
errors
expvar expvar: add benchmarks for steady-state Map Add calls 2017-02-14 22:11:35 +00:00
flag
fmt fmt: add short note about %g precision 2017-02-21 19:02:43 +00:00
go go/build: fix lack of error for Import of nonexistent local import path 2017-03-04 01:14:35 +00:00
hash
html
image image/gif: handle an extra data sub-block byte. 2017-03-02 23:49:32 +00:00
index/suffixarray
internal runtime/pprof/internal/profile: move internal/pprof/profile here 2017-02-24 20:45:21 +00:00
io
log
math math/bits: move left-over functionality from bits_impl.go to bits.go 2017-02-28 23:50:47 +00:00
mime mime: add benchmarks for TypeByExtension and ExtensionsByType 2017-02-14 23:02:07 +00:00
net net/http/httptest: add Client and Certificate methods to Server 2017-03-03 21:02:17 +00:00
os Revert "all: test adjustments for the iOS builder" 2017-03-04 00:01:14 +00:00
path path/filepath: add test for directory junction walk 2017-02-12 23:33:01 +00:00
plugin
reflect reflect: fix bucketOf to only look at ptrdata entries in gcdata 2017-02-22 02:19:48 +00:00
regexp
runtime runtime: remove unused gcstats 2017-03-04 02:56:35 +00:00
sort sort: new example: Sorting slices with sort.SliceStable 2017-02-22 21:23:12 +00:00
strconv
strings strings: fix handling of invalid UTF-8 sequences in Map 2017-02-28 22:50:53 +00:00
sync sync/atomic: fix mipsx frame sizes 2017-02-21 18:42:47 +00:00
syscall syscall: fix linux/mipsx ret value FP offsets for Syscall9 2017-02-21 18:43:02 +00:00
testing testing: fix Benchmark() to start at 1 iteration, not 100 2017-03-01 11:06:34 +00:00
text
time time: strip monotonic time in t.Round, t.Truncate 2017-03-02 13:52:08 +00:00
unicode
unsafe
vendor/golang_org/x vendor: import golang.org/x/net/proxy 2017-03-02 01:28:16 +00:00
Make.dist
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.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash run.bash: set GOPATH to $GOROOT/nil before running tests 2017-02-24 18:18:30 +00:00
run.bat
run.rc