aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mwbbuf.go
AgeCommit message (Expand)Author
2020-10-15runtime: remove debugCachedWorkMichael Pratt
2020-06-08runtime: always mark span when marking an objectAustin Clements
2018-12-18runtime: flush on every write barrier while debuggingAustin Clements
2018-12-17runtime: record extra information in throwOnGCWork crashesAustin Clements
2018-12-17runtime: poison the write barrier buffer during flushingAustin Clements
2018-11-29runtime: check more work flushing racesAustin Clements
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-02runtime: don't disable GC work caching during mark terminationAustin Clements
2018-10-02runtime: eliminate gcBlackenPromptly modeAustin Clements
2018-10-02runtime: eliminate mark 2 and fix mark termination raceAustin Clements
2018-08-03runtime: document assumption about wbBufFlush argument slotsAustin Clements
2018-02-15runtime: eliminate most uses of mheap_.arena_*Austin Clements
2018-02-15runtime: split object finding out of heapBitsForObjectAustin Clements
2018-02-13runtime: remove legacy eager write barrierAustin Clements
2017-12-11runtime: reset write barrier buffer on all flush pathsAustin Clements
2017-10-30runtime: use buffered write barrier for bulkBarrierPreWriteAustin Clements
2017-10-30runtime: buffered write barrier implementationAustin Clements