summaryrefslogtreecommitdiff
path: root/src/runtime/gc_test.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] runtime: mark TestGcSys as flakyMatthew Dempsky2021-07-221-0/+1
* runtime: make gcTestMoveStackOnNextCall not double the stackAustin Clements2021-04-021-0/+17
* runtime: fix TestGCTestMoveStackOnNextCall flakesAustin Clements2021-04-021-4/+14
* runtime: add GC testing helpers for regabi signature fuzzerAustin Clements2021-03-291-0/+75
* runtime: add readMetrics latency benchmarkMichael Anthony Knyszek2020-10-261-5/+12
* runtime: fix leak and locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek2020-09-161-1/+5
* runtime: detect and report zombie slots during sweepingAustin Clements2020-05-211-0/+10
* runtime: add countAlloc benchmarkMichael Anthony Knyszek2020-03-231-0/+19
* runtime: add ReadMemStats latency benchmarkMichael Anthony Knyszek2020-03-181-0/+85
* runtime: remove old page allocatorMichael Anthony Knyszek2019-11-081-23/+0
* runtime: integrate new page allocator into runtimeMichael Anthony Knyszek2019-11-071-0/+4
* runtime: use hard heap goal if we've done more scan work than expectedMichael Knyszek2019-09-041-6/+0
* runtime: track the number of free unscavenged huge pagesMichael Anthony Knyszek2019-05-061-0/+19
* runtime: eliminate mark 2 and fix mark termination raceAustin Clements2018-10-021-2/+2
* runtime: skip TestGcSys on arm64erifan012018-09-131-0/+3
* runtime: skip TestGcSys on WindowsMartin Möhrmann2018-08-221-0/+3
* runtime: add BenchmarkScanStackJosh Bleecher Snyder2018-05-011-0/+32
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+4
* runtime: rename the TestGcHashmapIndirection to TestGcMapIndirectionmingrammer2018-02-231-1/+1
* runtime: benchmark for bulk write barriersAustin Clements2017-10-301-39/+82
* runtime: add benchmark for write barriersAustin Clements2017-10-301-0/+81
* runtime: deflake TestPeriodicGCRuss Cox2017-10-041-1/+1
* runtime: make runtime.GC() trigger GC even if GOGC=offAustin Clements2017-09-261-0/+16
* runtime: make ReadMemStats STW for < 25µsAustin Clements2017-03-041-0/+51
* cmd/compile: do more type conversion inlineKeith Randall2016-11-021-42/+0
* runtime: fix pagesInUse accountingAustin Clements2016-04-041-0/+17
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-47/+1
* test: use go:noinline consistentlyTodd Neal2015-11-031-2/+4
* runtime: test that periodic GC worksAustin Clements2015-09-301-0/+31
* cmd/compile: fix uninitialized memory in compare of interface valueAustin Clements2015-08-251-0/+17
* cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox2015-07-301-0/+57
* runtime: add Node128, Node130 benchmarksRuss Cox2015-05-141-0/+26
* runtime: add benchmark of heapBitsSetTypeRuss Cox2015-05-111-36/+132
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+292