aboutsummaryrefslogtreecommitdiff
path: root/src/sync/pool.go
AgeCommit message (Expand)Author
2020-10-26cmd/go,cmd/compile,sync: remove special import case in cmd/goAustin Clements
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2019-04-19sync: update commentKai Dong
2019-04-05sync: smooth out Pool behavior over GC with a victim cacheAustin Clements
2019-04-05sync: use lock-free structure for Pool stealingAustin Clements
2017-04-20sync: align poolLocal to CPU cache line sizeAliaksandr Valialkin
2017-04-18sync: improve Pool performanceAliaksandr Valialkin
2016-10-30sync: enable Pool when using race detectorRuss Cox
2016-05-06cmd/vet: check sync.* types' copyingAliaksandr Valialkin
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2015-11-26internal/race: add packageDmitry Vyukov
2014-10-22sync: release Pool memory during second and later GCsDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox