aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-17runtime: change mutex profile to count every blocked goroutineRuss Cox
2023-08-15runtime: restore caller's frame pointer when recovering from panicNick Ripley
2023-08-11runtime: test that write barriers are correctly marked unpreemptibleKeith Randall
2023-08-09cmd/compile: mark instantiated functions from package runtime as noraceCuong Manh Le
2023-05-31runtime: fix race in BenchmarkSetType* benchmarksMichael Anthony Knyszek
2023-05-22runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2023-05-19runtime: implement Pinner API for object pinningSven Anderson
2023-05-19runtime: make the memory limit heap goal headroom proportionalMichael Anthony Knyszek
2023-05-12reflect: do not escape Value.TypeCherry Mui
2023-05-12runtime: remove unused skip arg from fpTracebackPCsFelix Geisendörfer
2023-05-11Revert "runtime: rename getcallerfp to getfp"Michael Pratt
2023-05-11runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-11runtime: move per-type types to internal/abiDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-05-03runtime: add test for systemstack frame pointer adjustmentFelix Geisendörfer
2023-04-20runtime: bring back minHeapIdx in scavenge indexMichael Anthony Knyszek
2023-04-19runtime: manage huge pages explicitlyMichael Anthony Knyszek
2023-03-30runtime: add a benchmark of FPCallersFelix Geisendörfer
2023-03-21runtime: for deep stacks, print both the top 50 and bottom 50 framesAustin Clements
2023-03-10runtime: new API for filling PC traceback buffersAustin Clements
2023-02-21runtime: record parent goroutine ID, and print it in stack tracesNick Ripley
2022-11-17runtime: fix conflict between lfstack and checkptrKeith Randall
2022-11-01runtime: skip TestArenaCollision on failed reservationAustin Clements
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-12arena: add experimental arena packageMichael Anthony Knyszek
2022-10-12runtime: add safe arena support to the runtimeMichael Anthony Knyszek
2022-09-16runtime/metrics: add /sync/mutex/wait/total:seconds metricMichael Anthony Knyszek
2022-09-16runtime: shrink time histogram bucketsMichael Anthony Knyszek
2022-09-05runtime: refactor finalizer goroutine statusLeonard Wang
2022-08-31runtime: convert semaRoot.nwait to atomic typecuiweixie
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2022-08-12runtime: convert timeHistogram to atomic typesMichael 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.heapScan to atomic typeMichael Pratt
2022-08-08runtime: convert gcController.heapLive to atomic typeMichael Pratt
2022-08-02runtime: trivial replacements of g in remaining filesMichael Pratt
2022-08-02runtime: rename _p_ to ppMichael Pratt
2022-06-29runtime: add race annotations to metricsSemaMichael Pratt
2022-06-16runtime: write much more direct test for semaphore waiter scalabilityMichael Anthony Knyszek
2022-06-03runtime: only use CPU time from the current window in the GC CPU limiterMichael Anthony Knyszek
2022-05-27runtime: cancel mark and scavenge assists if the limiter is enabledMichael Anthony Knyszek
2022-05-13runtime: make CPU limiter assist time much less error-proneMichael Anthony Knyszek
2022-05-12runtime: measure stack usage; start stacks larger if neededKeith Randall
2022-05-03runtime: use Escape instead of escape in export_test.goMichael Anthony Knyszek
2022-05-03runtime: redesign scavenging algorithmMichael Anthony Knyszek
2022-05-03runtime: set the heap goal from the memory limitMichael Anthony Knyszek
2022-05-03runtime: check the heap goal and trigger dynamicallyMichael Anthony Knyszek