index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mgc.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: move tSweepTerm capture closer to STW
Austin Clements
2017-07-18
1
-2
/
+2
*
runtime: drain local runq when dedicated mark worker runs
Austin Clements
2017-06-26
1
-3
/
+19
*
runtime: doubly fix "double wakeup" panic
Austin Clements
2017-05-12
1
-1
/
+1
*
runtime/debug: don't trigger a GC on SetGCPercent
Austin Clements
2017-04-21
1
-17
/
+14
*
runtime: make gcSetTriggerRatio work at any time
Austin Clements
2017-04-21
1
-17
/
+27
*
runtime: drive proportional sweep directly off heap_live
Austin Clements
2017-04-21
1
-2
/
+3
*
runtime: consolidate all trigger-derived computations
Austin Clements
2017-04-21
1
-72
/
+105
*
runtime: rationalize triggerRatio
Austin Clements
2017-04-21
1
-37
/
+37
*
runtime: consistently use atomic loads for heap_live
Austin Clements
2017-04-21
1
-3
/
+7
*
runtime: free workbufs during sweeping
Austin Clements
2017-04-13
1
-0
/
+11
*
runtime: allocate GC workbufs from manually-managed spans
Austin Clements
2017-04-13
1
-0
/
+10
*
runtime: say where the compiler knows about var writeBarrier
Austin Clements
2017-04-09
1
-1
/
+3
*
runtime: make runtime.GC() trigger a concurrent GC
Austin Clements
2017-03-31
1
-5
/
+120
*
runtime: don't adjust GC trigger on forced GC
Austin Clements
2017-03-31
1
-0
/
+7
*
runtime: track forced GCs independent of gcMode
Austin Clements
2017-03-31
1
-6
/
+10
*
runtime: simplify forced GC triggering
Austin Clements
2017-03-31
1
-20
/
+10
*
runtime: generalize GC trigger
Austin Clements
2017-03-31
1
-18
/
+56
*
runtime: simplify heap profile flushing
Austin Clements
2017-03-31
1
-15
/
+8
*
runtime: snapshot heap profile during mark termination
Austin Clements
2017-03-31
1
-13
/
+20
*
runtime: introduce a type for lfstacks
Austin Clements
2017-03-19
1
-3
/
+3
*
sync: make Mutex more fair
Dmitry Vyukov
2017-02-17
1
-3
/
+3
*
runtime: do not call wakep from enlistWorker, to avoid possible deadlock
Russ Cox
2017-02-15
1
-4
/
+6
*
runtime: remove stack barriers
Austin Clements
2017-02-14
1
-19
/
+1
*
runtime: remove rescan list
Austin Clements
2017-02-14
1
-31
/
+11
*
runtime: speed up fastrand() % n
Josh Bleecher Snyder
2017-02-14
1
-1
/
+1
*
time: optimize Now on darwin, windows
Russ Cox
2017-02-09
1
-2
/
+5
*
runtime: force workers out before checking mark roots
Austin Clements
2017-01-18
1
-2
/
+10
*
runtime: update big mgc.go comment
Austin Clements
2017-01-06
1
-63
/
+66
*
runtime: add number of forced GCs to MemStats
Austin Clements
2016-12-07
1
-1
/
+8
*
runtime: make work.bytesMarked 8-byte aligned
Cherry Zhang
2016-11-21
1
-13
/
+16
*
runtime: wake idle Ps when enqueuing GC work
Austin Clements
2016-11-20
1
-0
/
+8
*
runtime: exit idle worker if there's higher-priority work
Austin Clements
2016-11-20
1
-1
/
+3
*
runtime: access modules via a slice
David Crawshaw
2016-11-01
1
-4
/
+0
*
runtime: improve atoi implementation
Martin Möhrmann
2016-11-01
1
-4
/
+4
*
runtime: disable stack rescanning by default
Austin Clements
2016-10-28
1
-1
/
+1
*
runtime: avoid getfull() barrier most of the time
Austin Clements
2016-10-28
1
-2
/
+45
*
runtime: mark tiny blocks at GC start
Austin Clements
2016-10-28
1
-0
/
+7
*
runtime: parallelize STW mcache flushing
Austin Clements
2016-10-28
1
-0
/
+1
*
runtime, cmd/trace: annotate different mark worker types
Austin Clements
2016-10-28
1
-0
/
+8
*
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-28
1
-3
/
+3
*
runtime: scan mark worker stacks like normal
Austin Clements
2016-10-26
1
-8
/
+19
*
runtime: eliminate allspans snapshot
Austin Clements
2016-10-25
1
-32
/
+2
*
runtime: make sweep time proportional to in-use spans
Austin Clements
2016-10-25
1
-1
/
+6
*
runtime: expand comment on work.spans
Austin Clements
2016-10-25
1
-1
/
+3
*
runtime: consolidate h_allspans and mheap_.allspans
Austin Clements
2016-10-25
1
-3
/
+2
*
runtime: update heap profile stats after world is started
Austin Clements
2016-10-19
1
-1
/
+12
*
runtime: remove gcWork flushes in mark termination
Austin Clements
2016-10-19
1
-21
/
+5
*
runtime: fix typo in comments
Gleb Stepanov
2016-10-12
1
-1
/
+1
*
runtime: make next_gc ^0 when GC is disabled
Austin Clements
2016-10-07
1
-0
/
+9
*
runtime: eliminate memstats.heap_reachable
Austin Clements
2016-09-26
1
-15
/
+8
[next]