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
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
2024-04-08
runtime: move GC pause time CPU metrics update into the STW
Michael Anthony Knyszek
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-09
time: move runtimeTimer out of Timer struct
Russ Cox
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2024-02-27
runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
qiulaidongfeng
2024-01-09
runtime: replace rwmutexR/W with per-rwmutex lock rank
Michael Pratt
2023-12-15
runtime: properly model rwmutex in lock ranking
Michael Pratt
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-28
runtime: put ReadMemStats debug assertions behind a double-check mode
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-21
sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...
Carlo Alberto Ferraris
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-03
runtime: donate racectx to g0 in ReadMetricsSlow
Michael Anthony Knyszek
2023-11-03
runtime: eliminate possible stack movements in ReadMetricsSlow
Michael Anthony Knyszek
2023-11-02
runtime: add crash stack support for riscv64
Joel Sing
2023-10-26
runtime: print a stack trace at "morestack on g0"
Cherry Mui
2023-10-24
runtime: use max/min func
qiulaidongfeng
2023-10-14
runtime: use real type size in map keys and values functions
Ian Lance Taylor
2023-10-09
map: use correct load factor for deciding when to grow
Keith Randall
2023-10-02
runtime: use smaller fields for mspan.freeindex and nelems
Cherry Mui
2023-10-02
runtime: delete hugepage tracking dead code
Michael Anthony Knyszek
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-08
runtime: unskip TestG0StackOverflow
Cherry Mui
2023-08-22
runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
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
[prev]
[next]