aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcwork.go
AgeCommit message (Expand)Author
2015-10-09runtime: update gcController.scanWork regularlyAustin Clements
2015-10-02runtime: fix out-of-date comment on gcWork usageAustin Clements
2015-07-29runtime: force mutator to give work buffer to GCRick Hudson
2015-06-18runtime: reduce latency by aggressively ending mark phaseRick Hudson
2015-06-11all: fix misprints in commentsAinar Garipov
2015-05-21runtime: turn work buffer tracing off by defaultRick Hudson
2015-05-19runtime: run background mark helpers only if work is availableRick Hudson
2015-04-28runtime: eliminate one heapBitsForObject from scanobjectAustin Clements
2015-04-24runtime: replace per-M workbuf cache with per-P gcWork cacheAustin Clements
2015-04-21runtime: track scan work performed during concurrent markAustin Clements
2015-04-06runtime: track heap bytes marked by GCAustin Clements
2015-03-31runtime: improve comment about non-preemption during GC workAustin Clements
2015-03-20runtime: exit getfull barrier if there are partial workbufsAustin Clements
2015-03-19runtime: combine gcWorkProducer into gcWorkAustin Clements
2015-02-19runtime: use more natural types in struct workbufAustin Clements
2015-02-19runtime: introduce higher-level GC work abstractionAustin Clements
2015-02-19runtime: drop unused workbufhdr.id fieldAustin Clements
2015-02-17runtime: rename gcwork.go to mgcwork.goAustin Clements