aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/align_runtime_test.go
AgeCommit message (Expand)Author
2025-05-08runtime: remove ptr/scalar bitmap metrickhr@golang.org
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2022-08-23runtime: convert ticksType.val to atomic typeCuong Manh Le
2022-08-18runtime: remove p padding field for atomic fields alignmentCuong Manh Le
2022-08-12runtime: convert timeHistogram to atomic typesMichael Pratt
2022-08-12runtime: convert schedt.pollUntil to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.lastpoll to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.goidgen to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.dedicatedMarkWorkersNeeded to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.idleMarkTime to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.fractionalMarkTime to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.dedicatedMarkTime to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.bgScanCredit to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.globalsScan to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.maxStackScan to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.lastStackScan to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.heapScan to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.heapLive to atomic typeMichael Pratt
2022-05-19runtime: test alignment of fields targeted by 64-bit atomicsKeith Randall