]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/gc_test.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / gc_test.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-08-09 Cuong Manh Lecmd/compile: mark instantiated functions from package...
2023-05-31 Michael Anthony... runtime: fix race in BenchmarkSetType* benchmarks
2022-10-02 hopehookall: use time.Since instead of time.Now().Sub
2022-05-03 Michael Anthony... runtime/debug: export SetMemoryLimit
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Austin Clementsruntime: clean up escaping in tests
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-30 Chaoqun Hanruntime: add invalidptr=0 for TestGcZombieReporting
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-26 Cuong Manh Leall: use reflect.{Pointer,PointerTo}
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (798ec73...
2021-07-22 Matthew Dempsky[dev.typeparams] runtime: mark TestGcSys as flaky
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-02 Austin Clementsruntime: make gcTestMoveStackOnNextCall not double...
2021-04-02 Austin Clementsruntime: fix TestGCTestMoveStackOnNextCall flakes
2021-03-29 Austin Clementsruntime: add GC testing helpers for regabi signature...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-26 Michael Anthony... runtime: add readMetrics latency benchmark
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-16 Michael Anthony... runtime: fix leak and locking in BenchmarkMSpanCountAlloc
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-29 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-21 Austin Clementsruntime: detect and report zombie slots during sweeping
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-23 Michael Anthony... runtime: add countAlloc benchmark
2020-03-18 Michael Anthony... runtime: add ReadMemStats latency benchmark
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-08 Michael Anthony... runtime: remove old page allocator
2019-11-07 Michael Anthony... runtime: integrate new page allocator into runtime
2019-09-04 Michael Knyszekruntime: use hard heap goal if we've done more scan...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-06 Michael Anthony... runtime: track the number of free unscavenged huge...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-02 Austin Clementsruntime: eliminate mark 2 and fix mark termination...
2018-09-13 erifan01runtime: skip TestGcSys on arm64
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Martin Möhrmannruntime: skip TestGcSys on Windows
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-01 Josh Bleecher Snyderruntime: add BenchmarkScanStack
2018-04-30 Richard Musiolall: skip unsupported tests for js/wasm
2018-02-23 mingrammerruntime: rename the TestGcHashmapIndirection to TestGcM...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-10-30 Austin Clementsruntime: benchmark for bulk write barriers
2017-10-30 Austin Clementsruntime: add benchmark for write barriers
2017-10-25 Austin Clements[release-branch.go1.9] runtime: make runtime.GC() trigg...
2017-10-04 Russ Coxruntime: deflake TestPeriodicGC
2017-10-04 Russ Cox[release-branch.go1.9] runtime: deflake TestPeriodicGC
2017-09-26 Austin Clementsruntime: make runtime.GC() trigger GC even if GOGC=off
2017-03-04 Austin Clementsruntime: make ReadMemStats STW for < 25µs
2016-11-02 Keith Randallcmd/compile: do more type conversion inline
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-04 Austin Clementsruntime: fix pagesInUse accounting
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-29 Russ Coxruntime: move test programs out of source code, coalesce
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-03 Todd Nealtest: use go:noinline consistently
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-30 Austin Clementsruntime: test that periodic GC works
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-25 Austin Clementscmd/compile: fix uninitialized memory in compare of...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-30 Russ Coxcmd/compile: fix uninitialized memory during type switc...
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-14 Russ Coxruntime: add Node128, Node130 benchmarks
2015-05-11 Russ Coxruntime: add benchmark of heapBitsSetType
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src