aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gc_test.go
AgeCommit message (Expand)Author
2021-04-02runtime: make gcTestMoveStackOnNextCall not double the stackAustin Clements
2021-04-02runtime: fix TestGCTestMoveStackOnNextCall flakesAustin Clements
2021-03-29runtime: add GC testing helpers for regabi signature fuzzerAustin Clements
2020-10-26runtime: add readMetrics latency benchmarkMichael Anthony Knyszek
2020-09-16runtime: fix leak and locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek
2020-05-21runtime: detect and report zombie slots during sweepingAustin Clements
2020-03-23runtime: add countAlloc benchmarkMichael Anthony Knyszek
2020-03-18runtime: add ReadMemStats latency benchmarkMichael Anthony Knyszek
2019-11-08runtime: remove old page allocatorMichael Anthony Knyszek
2019-11-07runtime: integrate new page allocator into runtimeMichael Anthony Knyszek
2019-09-04runtime: use hard heap goal if we've done more scan work than expectedMichael Knyszek
2019-05-06runtime: track the number of free unscavenged huge pagesMichael Anthony Knyszek
2018-10-02runtime: eliminate mark 2 and fix mark termination raceAustin Clements
2018-09-13runtime: skip TestGcSys on arm64erifan01
2018-08-22runtime: skip TestGcSys on WindowsMartin Möhrmann
2018-05-01runtime: add BenchmarkScanStackJosh Bleecher Snyder
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-02-23runtime: rename the TestGcHashmapIndirection to TestGcMapIndirectionmingrammer
2017-10-30runtime: benchmark for bulk write barriersAustin Clements
2017-10-30runtime: add benchmark for write barriersAustin Clements
2017-10-04runtime: deflake TestPeriodicGCRuss Cox
2017-09-26runtime: make runtime.GC() trigger GC even if GOGC=offAustin Clements
2017-03-04runtime: make ReadMemStats STW for < 25µsAustin Clements
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-04-04runtime: fix pagesInUse accountingAustin Clements
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-11-03test: use go:noinline consistentlyTodd Neal
2015-09-30runtime: test that periodic GC worksAustin Clements
2015-08-25cmd/compile: fix uninitialized memory in compare of interface valueAustin Clements
2015-07-30cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox
2015-05-14runtime: add Node128, Node130 benchmarksRuss Cox
2015-05-11runtime: add benchmark of heapBitsSetTypeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox