aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcheckmark.go
AgeCommit message (Expand)Author
2025-09-23runtime: split gcMarkWorkAvailable into two separate conditionsMichael Anthony Knyszek
2025-05-20runtime: add scan trace for checkfinalizers>1Michael Anthony Knyszek
2025-05-20runtime: mark and identify tiny blocks in checkfinalizers modeMichael Anthony Knyszek
2025-05-20runtime: annotate checkfinalizers reports with source and type infoMichael Anthony Knyszek
2025-05-20runtime: add new GODEBUG checkfinalizerMichael Anthony Knyszek
2025-02-03runtime: fix GODEBUG=gccheckmark=1 and add smoke testMichael Anthony Knyszek
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-08runtime: use built-in clear to simplify codeapocelipes
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2020-10-30runtime: add world-stopped assertionsMichael Pratt
2020-10-26runtime: break down memstats.gc_sysMichael Anthony Knyszek
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements