]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mgc.go
[dev.ssa] Merge branch 'master' into dev.ssa
[gostls13.git] / src / runtime / mgc.go
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-24 Robert Griesemerall: fixed a handful of typos
2016-05-19 Austin Clementsruntime: add 'next' flag to ready
2016-05-10 Cherry Zhang[dev.ssa] cmd/compile/internal/gc, runtime: use 32...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Austin Clementsruntime: don't rescan globals
2016-04-26 Austin Clementsruntime: make stack re-scan O(# dirty stacks)
2016-04-26 Austin Clementsruntime: remove stack barriers during sweep
2016-04-21 Austin Clementsruntime: eliminate floating garbage estimate
2016-04-21 Austin Clementsruntime: allocate black during GC
2016-04-21 Austin Clementsruntime: count black allocations toward scan work
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-16 Austin Clementsruntime: generalize work.finalizersDone to work.markroo...
2016-03-16 Austin Clementsruntime: never pass stack pointers to gopark
2016-03-16 Austin Clementsruntime: perform gcMarkRootCheck during STW in checkmar...
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-07 Austin Clementsruntime: fix checkmark scanning of finalizers
2016-03-07 Austin Clementsruntime: merge {bgMark,assist}StartTime
2016-03-04 Austin Clementsruntime: disable gcMarkRootCheck debugging check during STW
2016-03-04 Austin Clementsruntime: reset mark state before stopping the world
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Gerrit Code ReviewMerge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-02-29 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-28 David Chase[dev.ssa] cmd/compile: use 32-bit load to read writebarrier
2016-02-25 Austin Clementsruntime: use only per-P gcWork
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-03 Rick HudsonMerge remote-tracking branch 'origin/master' into toc
2016-01-27 Austin Clementsruntime: make p.gcBgMarkWorker a guintptr
2016-01-27 Austin Clementsruntime: attach mark workers to P after they park
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-16 Austin Clementsruntime: fix sleep/wakeup race for GC assists
2016-01-08 Austin Clementsruntime: clean up gctrace format
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-15 Austin Clementsruntime: update triggerRatio in setGCPercent
2015-12-15 Austin Clementsruntime: print gctrace before releasing worldsema
2015-12-15 Austin Clementsruntime: reset sweep stats before starting the world
2015-12-15 Austin Clementsruntime: fix (sometimes major) underestimation of heap_live
2015-11-23 Austin Clementsruntime: clean up gcMarkDone
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-16 Austin Clementsruntime: clear tiny alloc cache in mark term, not sweep...
2015-11-16 Ian Lance Taylorruntime: add optional expensive check for invalid cgo...
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-11 Austin Clementsruntime: remove unused marking parfor
2015-11-11 Austin Clementsruntime: clean up park messages
2015-11-11 Austin Clementsruntime: free stack spans outside STW
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-11-05 Austin Clementsruntime: remove background GC goroutine and mark barriers
2015-11-05 Austin Clementsruntime: decentralize mark done and mark termination
2015-11-05 Austin Clementsruntime: account mark worker time before gcMarkDone
2015-11-05 Austin Clementsruntime: factor mark done transition
2015-11-05 Austin Clementsruntime: eliminate mark completion in scheduler
2015-11-05 Austin Clementsruntime: decentralize sweep termination and mark transition
2015-11-05 Austin Clementsruntime: decentralize concurrent sweep termination
2015-11-05 Austin Clementsruntime: beginning of decentralized off->mark transition
2015-11-05 Austin Clementsruntime: move concurrent mark setup off system stack
2015-11-05 Austin Clementsruntime: lift state variables from func gc to var work
2015-11-05 Austin Clementsruntime: note a minor issue with GODEUG=gcstoptheworld
2015-11-04 Austin Clementsruntime: make putfull start mark workers
2015-11-04 Austin Clementsruntime: eliminate getfull barrier from concurrent...
2015-11-03 Austin Clementsruntime: cache two workbufs to reduce contention
2015-11-03 Austin Clementsruntime: replace assist sleep loop with park/ready
2015-10-30 Austin Clementsruntime: perform mark 2 root re-scanning in GC workers
2015-10-30 Austin Clementsruntime: perform concurrent scan in GC workers
2015-10-30 Austin Clementsruntime: consolidate "out of GC work" checks
2015-10-26 Austin Clementsruntime: partition data and BSS root marking
2015-10-21 Austin Clementsruntime: eliminate unused _GCstw phase
2015-10-21 Austin Clementsruntime: eliminate unnecessary ragged barrier
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-19 Austin Clementsruntime: combine gcResetGState and gcResetMarkState
2015-10-19 Austin Clementsruntime: consolidate gcResetGState calls
2015-10-19 Austin Clementsruntime: remove work.partial queue
2015-10-16 Michael Hudson-Doyleruntime, runtime/debug: access unexported runtime funct...
2015-10-09 Austin Clementsruntime: assist before allocating
2015-10-09 Austin Clementsruntime: directly track GC assist balance
2015-10-09 Austin Clementsruntime: ensure minimum heap distance via heap goal
2015-10-09 Austin Clementsruntime: update gcController.scanWork regularly
2015-10-09 Austin Clementsruntime: control background scan credit flushing with...
2015-10-09 Austin Clementsruntime: consolidate gcDrain and gcDrainUntilPreempt
2015-10-09 Austin Clementsruntime: explain why continuous assist revising is...
2015-10-09 Austin Clementsruntime: fix comment for assistRatio
2015-10-02 Austin Clementsruntime: remove sweep wait loop in finishsweep_m
2015-10-02 Austin Clementsruntime: remove in-use page count loop from STW
2015-10-02 Austin Clementsruntime: scan objects with finalizers concurrently
2015-10-02 Austin Clementsruntime: introduce gcMode type for GC modes
2015-09-14 Austin Clementsruntime: minor clarifications of markroot
2015-09-14 Austin Clementsruntime: split marking of span roots into 128 subtasks
2015-09-09 Austin Clementsruntime: move stack barrier code to its own file
2015-09-08 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-30 Austin Clementsruntime: add GODEBUG for stack barriers at every frame
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-05 Austin Clementsruntime: don't recheck heap trigger for periodic GC
2015-08-04 Austin Clementsruntime: fix typos in comments
2015-08-04 Austin Clementsruntime: fix assist utilization computation
2015-08-04 Austin Clementsruntime: revise assist ratio aggressively
next