aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mbitmap_allocheaders.go
AgeCommit message (Expand)Author
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2024-01-11runtime: don't mark unrolled bitmap type as having a gc programKeith Randall
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-17runtime: put allocation headers back at the start the objectMichael Anthony Knyszek
2023-11-16runtime: optimize bulkBarrierPreWrite with allocheadersMichael Anthony Knyszek
2023-11-16runtime: fix liveness issue in test-only getgcmaskMichael Anthony Knyszek
2023-11-10runtime: fix user arena heap bits writing on big endian platformsMichael Anthony Knyszek
2023-11-09runtime: make alloc headers footers insteadMichael Anthony Knyszek
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-11-09runtime: add the allocation headers GOEXPERIMENT and fork filesMichael Anthony Knyszek