go/src
Michael Anthony Knyszek eaa1c87b00 runtime: remove periodic scavenging
This change removes the periodic scavenger which goes over every span
in the heap and scavenges it if it hasn't been used for 5 minutes. It
should no longer be necessary if we have background scavenging
(follow-up).

For #30333.

Change-Id: Ic3a1a4e85409dc25719ba4593a3b60273a4c71e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/143157
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
2019-05-09 16:20:52 +00:00
..
archive
bufio
builtin
bytes strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
cmd cmd/vendor: import vet fixes from x/tools 2019-05-09 16:10:22 +00:00
compress
container
context all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
crypto doc: fixed some links 2019-05-08 16:38:55 +00:00
database/sql all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
debug all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
encoding all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
errors errors: fix Is panics if target is uncomparable 2019-05-06 17:02:59 +00:00
expvar
flag
fmt
go go/types: add CheckExpr function to type-check an expression 2019-05-08 18:24:30 +00:00
hash
html html/template: add support for JavaScript modules 2019-05-06 17:06:16 +00:00
image image/png: fix palette extension to handle 255 color images 2019-05-08 01:49:03 +00:00
index/suffixarray index/suffixarray: add 32-bit implementation 2019-05-01 15:19:07 +00:00
internal cmd/go: set the "generate" build tag in go generate, per design doc 2019-05-08 23:13:44 +00:00
io
log
math math/big: stack allocate scaleDenom return value 2019-05-08 17:11:57 +00:00
mime
net net/url: add tests for URLHostname 2019-05-06 23:07:15 +00:00
os all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
path
plugin
reflect reflect: add a test for Calling a Method of a direct interface type 2019-05-08 13:56:52 +00:00
regexp regexp: clarify docs re Submatch result 2019-05-08 17:03:20 +00:00
runtime runtime: remove periodic scavenging 2019-05-09 16:20:52 +00:00
sort sort: simplify bootstrap 2019-05-02 20:30:31 +00:00
strconv
strings strings, bytes: add ToValidUTF8 2019-05-01 18:31:47 +00:00
sync
syscall syscall: remove unused {dragonfly,illumos,solaris}64Bit constants 2019-05-05 15:17:52 +00:00
testdata
testing
text all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
time os,time: fix tests on iOS 2019-05-01 13:53:44 +00:00
unicode
unsafe
vendor cmd/go: diagnose go.mod and vendor out of sync in std and cmd 2019-05-09 00:01:25 +00:00
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod cmd/go: diagnose go.mod and vendor out of sync in std and cmd 2019-05-09 00:01:25 +00:00
go.sum cmd/go: diagnose go.mod and vendor out of sync in std and cmd 2019-05-09 00:01:25 +00:00
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash cmd/dist: allow builders to control granularity of test/ directory sharding 2019-05-06 23:02:29 +00:00
run.bat
run.rc