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
2019-12-05
runtime: add a simple version number parser
Austin Clements
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-16
runtime: add arenaBaseOffset on aix/ppc64
Clément Chigot
2019-11-10
runtime: make the test addresses for pageAlloc smaller on 32-bit
Michael Anthony Knyszek
2019-11-09
sync: yield to the waiter when unlocking a starving mutex
Rhys Hiltner
2019-11-08
runtime: copy some functions from math/bits to runtime/internal/sys
David Chase
2019-11-08
runtime: add per-p page allocation cache
Michael Anthony Knyszek
2019-11-08
runtime: add page cache and tests
Michael Anthony Knyszek
2019-11-08
runtime: remove old page allocator
Michael Anthony Knyszek
2019-11-07
runtime: integrate new page allocator into runtime
Michael Anthony Knyszek
2019-11-07
runtime: add option to scavenge with lock held throughout
Michael Anthony Knyszek
2019-11-07
runtime: count scavenged bits for new allocation for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add scavenging code for new page allocator
Michael Anthony Knyszek
2019-11-07
runtime: add new page allocator core
Michael Anthony Knyszek
2019-11-07
runtime: add packed bitmap summaries
Michael Anthony Knyszek
2019-11-07
runtime: add pallocbits and tests
Michael Anthony Knyszek
2019-11-07
Revert "sync: yield to the waiter when unlocking a starving mutex"
Bryan C. Mills
2019-11-07
sync: yield to the waiter when unlocking a starving mutex
Carlo Alberto Ferraris
2019-11-02
runtime: add a test for asynchronous safe points
Austin Clements
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-10-29
runtime: initialize netpoll in TestNetpollBreak
Clément Chigot
2019-10-22
runtime: force testing calls of netpoll to run on system stack
Ian Lance Taylor
2019-10-21
runtime: add netpollBreak
Ian Lance Taylor
2019-09-25
runtime: grow the heap incrementally
Austin Clements
2019-07-16
runtime: add a test for getg with thread switch
Cherry Zhang
2019-05-24
runtime: ensure mheap lock stack growth invariant is maintained
Michael Anthony Knyszek
2019-05-06
runtime: track the number of free unscavenged huge pages
Michael Anthony Knyszek
2019-05-06
runtime: scavenge huge spans first
Michael Anthony Knyszek
2019-05-06
runtime: make treap iteration more efficient
Michael Anthony Knyszek
2019-05-06
runtime: merge all treaps into one implementation
Michael Anthony Knyszek
2019-05-01
runtime: change the span allocation policy to first-fit
Michael Anthony Knyszek
2019-04-10
runtime: add tests for runtime mTreap
Michael Anthony Knyszek
2019-04-09
runtime: preempt a goroutine which calls a lot of short system calls
Andrei Vagin
2019-01-10
runtime: make mTreap iterator bidirectional
go1.12beta2
Michael Anthony Knyszek
2018-12-17
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-11-13
runtime: during map delete, update entries after new last element
Keith Randall
2018-10-30
runtime: extend ReadMemStatsSlow to re-compute HeapReleased
Michael Anthony Knyszek
2018-07-07
runtime: handle g0 stack overflows gracefully
Austin Clements
2018-06-29
runtime: throw if the runtime panics with out of bounds index
Ian Lance Taylor
2018-05-22
runtime: support for debugger function calls
Austin Clements
2018-05-06
runtime: remove hmap field from maptypes
Martin Möhrmann
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-17
cmd/internal/obj/arm, runtime: delete old ARM softfloat code
Cherry Zhang
2018-03-09
runtime: add TestSizeof
Josh Bleecher Snyder
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-15
runtime: use sparse mappings for the heap
Austin Clements
2017-11-02
cmd/compile: specialize map creation for small hint sizes
Martin Möhrmann
2017-10-30
runtime: make systemstack tail call if already switched
Austin Clements
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-09-02
runtime: fix hashmap load factor computation
Keith Randall
[prev]
[next]