index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
export_test.go
Age
Commit message (
Expand
)
Author
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-17
runtime: change mutex profile to count every blocked goroutine
Russ Cox
2023-08-15
runtime: restore caller's frame pointer when recovering from panic
Nick Ripley
2023-08-11
runtime: test that write barriers are correctly marked unpreemptible
Keith Randall
2023-08-09
cmd/compile: mark instantiated functions from package runtime as norace
Cuong Manh Le
2023-05-31
runtime: fix race in BenchmarkSetType* benchmarks
Michael Anthony Knyszek
2023-05-22
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2023-05-19
runtime: make the memory limit heap goal headroom proportional
Michael Anthony Knyszek
2023-05-12
reflect: do not escape Value.Type
Cherry Mui
2023-05-12
runtime: remove unused skip arg from fpTracebackPCs
Felix Geisendörfer
2023-05-11
Revert "runtime: rename getcallerfp to getfp"
Michael Pratt
2023-05-11
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-05-03
runtime: add test for systemstack frame pointer adjustment
Felix Geisendörfer
2023-04-20
runtime: bring back minHeapIdx in scavenge index
Michael Anthony Knyszek
2023-04-19
runtime: manage huge pages explicitly
Michael Anthony Knyszek
2023-03-30
runtime: add a benchmark of FPCallers
Felix Geisendörfer
2023-03-21
runtime: for deep stacks, print both the top 50 and bottom 50 frames
Austin Clements
2023-03-10
runtime: new API for filling PC traceback buffers
Austin Clements
2023-02-21
runtime: record parent goroutine ID, and print it in stack traces
Nick Ripley
2022-11-17
runtime: fix conflict between lfstack and checkptr
Keith Randall
2022-11-01
runtime: skip TestArenaCollision on failed reservation
Austin Clements
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-10-12
arena: add experimental arena package
Michael Anthony Knyszek
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-09-16
runtime/metrics: add /sync/mutex/wait/total:seconds metric
Michael Anthony Knyszek
2022-09-16
runtime: shrink time histogram buckets
Michael Anthony Knyszek
2022-09-05
runtime: refactor finalizer goroutine status
Leonard Wang
2022-08-31
runtime: convert semaRoot.nwait to atomic type
cuiweixie
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-12
runtime: convert timeHistogram to atomic types
Michael Pratt
2022-08-08
runtime: convert gcController.globalsScan to atomic type
Michael Pratt
2022-08-08
runtime: convert gcController.maxStackScan to atomic type
Michael Pratt
2022-08-08
runtime: convert gcController.heapScan to atomic type
Michael Pratt
2022-08-08
runtime: convert gcController.heapLive to atomic type
Michael Pratt
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-08-02
runtime: rename _p_ to pp
Michael Pratt
2022-06-29
runtime: add race annotations to metricsSema
Michael Pratt
2022-06-16
runtime: write much more direct test for semaphore waiter scalability
Michael Anthony Knyszek
2022-06-03
runtime: only use CPU time from the current window in the GC CPU limiter
Michael Anthony Knyszek
2022-05-27
runtime: cancel mark and scavenge assists if the limiter is enabled
Michael Anthony Knyszek
2022-05-13
runtime: make CPU limiter assist time much less error-prone
Michael Anthony Knyszek
2022-05-12
runtime: measure stack usage; start stacks larger if needed
Keith Randall
2022-05-03
runtime: use Escape instead of escape in export_test.go
Michael Anthony Knyszek
2022-05-03
runtime: redesign scavenging algorithm
Michael Anthony Knyszek
2022-05-03
runtime: set the heap goal from the memory limit
Michael Anthony Knyszek
2022-05-03
runtime: check the heap goal and trigger dynamically
Michael Anthony Knyszek
[prev]
[next]