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
/
sync
/
pool.go
Age
Commit message (
Expand
)
Author
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-05-08
sync: remove the redundant logic on sync.(*Pool).Put
Jason7602
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-07
runtime,sync: using fastrandn instead of modulo reduction
Meng Zhuo
2021-04-26
Revert "sync: improve sync.Pool object stealing"
Bryan C. Mills
2021-04-26
sync: improve sync.Pool object stealing
Ruslan Andreev
2020-10-26
cmd/go,cmd/compile,sync: remove special import case in cmd/go
Austin Clements
2020-10-21
cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64
Paul E. Murphy
2019-04-19
sync: update comment
Kai Dong
2019-04-05
sync: smooth out Pool behavior over GC with a victim cache
Austin Clements
2019-04-05
sync: use lock-free structure for Pool stealing
Austin Clements
2017-04-20
sync: align poolLocal to CPU cache line size
Aliaksandr Valialkin
2017-04-18
sync: improve Pool performance
Aliaksandr Valialkin
2016-10-30
sync: enable Pool when using race detector
Russ Cox
2016-05-06
cmd/vet: check sync.* types' copying
Aliaksandr Valialkin
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2015-11-26
internal/race: add package
Dmitry Vyukov
2014-10-22
sync: release Pool memory during second and later GCs
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox