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
2022-05-03
runtime: rewrite pacer max trigger calculation
Michael Anthony Knyszek
2022-05-03
runtime: move inconsistent memstats into gcController
Michael Anthony Knyszek
2022-05-03
runtime: track how much memory is mapped in the Ready state
Michael Anthony Knyszek
2022-05-03
runtime: add a non-functional memory limit to the pacer
Michael Anthony Knyszek
2022-05-03
runtime: add byte count parser for GOMEMLIMIT
Michael Anthony Knyszek
2022-05-03
runtime: add GC CPU utilization limiter
Michael Knyszek
2022-04-28
runtime: clean up escaping in tests
Austin Clements
2022-04-26
runtime: refactor the scavenger and make it testable
Michael Anthony Knyszek
2022-04-26
runtime: reduce max idle mark workers during periodic GC cycles
Michael Anthony Knyszek
2022-04-25
runtime: fix stack-move sensitivity in some tests
Austin Clements
2022-04-20
runtime: add fastrand64
zhangyunhao
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime: remove old pacer and the PacerRedesign goexperiment
Michael Anthony Knyszek
2022-02-10
runtime: make piController much more defensive about overflow
Michael Anthony Knyszek
2022-02-10
runtime: simplify histogram buckets considerably
Michael Anthony Knyszek
2022-01-24
runtime: replace TestFutexsleep with TestTimediv
Michael Pratt
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-06
runtime: set iOS addr space to 40 bits with incremental pagealloc
Michael Anthony Knyszek
2021-11-29
runtime: fix preemption sensitivity in TestTinyAllocIssue37262
Austin Clements
2021-11-05
runtime: don't hold the heap lock while scavenging
Michael Anthony Knyszek
2021-11-04
runtime: implement GC pacer redesign
Michael Anthony Knyszek
2021-11-01
runtime: disable pacer lock held assertions in tests
Michael Anthony Knyszek
2021-10-29
runtime: add testing framework and basic tests for GC pacer
Michael Knyszek
2021-10-20
runtime: retype mheap.pagesInUse as atomic.Uint64
Michael Anthony Knyszek
2021-09-02
runtime: constify a test variable
Carlo Alberto Ferraris
2021-06-17
[dev.typeparams] runtime: replace Goos* constants with internal/goos versions...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-06-04
[dev.typeparams] runtime: undo go'd closure argument workaround
Cherry Mui
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
cmd/compile: always include underlying type for map types
Keith Randall
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-29
runtime: top align tinyallocs in race mode
Keith Randall
2021-04-27
runtime/metrics: add tiny allocs metric
Michael Anthony Knyszek
2021-03-31
runtime: support register ABI Go functions from Windows callbacks
Michael Anthony Knyszek
2021-03-29
runtime: add GC testing helpers for regabi signature fuzzer
Austin Clements
2021-03-23
cmd/compile: wrap/desugar defer calls for register abi
Than McIntosh
2021-03-15
runtime: prepare arenas for use incrementally
Michael Anthony Knyszek
2021-03-11
runtime: support register ABI for finalizers
Michael Anthony Knyszek
2021-03-10
runtime: check partial lock ranking order
Michael Pratt
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2020-12-23
runtime: shift timeHistogram buckets and allow negative durations
Michael Anthony Knyszek
2020-10-30
runtime: add heap lock assertions
Michael Pratt
2020-10-26
runtime: add timeHistogram type
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add memory metrics
Michael Anthony Knyszek
2020-10-26
runtime: move malloc stats into consistentHeapStats
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
[prev]
[next]