summaryrefslogtreecommitdiff
path: root/src/runtime/mwbbuf.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename _p_ to ppMichael Pratt2022-08-021-8/+8
* all: gofmt main repoRuss Cox2022-04-111-5/+5
* [dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek2021-06-171-1/+1
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-2/+2
* runtime: remove debugCachedWorkMichael Pratt2020-10-151-30/+2
* runtime: always mark span when marking an objectAustin Clements2020-06-081-0/+7
* runtime: flush on every write barrier while debuggingAustin Clements2018-12-181-1/+8
* runtime: record extra information in throwOnGCWork crashesAustin Clements2018-12-171-1/+23
* runtime: poison the write barrier buffer during flushingAustin Clements2018-12-171-2/+6
* runtime: check more work flushing racesAustin Clements2018-11-291-1/+1
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* runtime: don't disable GC work caching during mark terminationAustin Clements2018-10-021-5/+0
* runtime: eliminate gcBlackenPromptly modeAustin Clements2018-10-021-2/+2
* runtime: eliminate mark 2 and fix mark termination raceAustin Clements2018-10-021-0/+5
* runtime: document assumption about wbBufFlush argument slotsAustin Clements2018-08-031-0/+7
* runtime: eliminate most uses of mheap_.arena_*Austin Clements2018-02-151-2/+1
* runtime: split object finding out of heapBitsForObjectAustin Clements2018-02-151-5/+1
* runtime: remove legacy eager write barrierAustin Clements2018-02-131-3/+19
* runtime: reset write barrier buffer on all flush pathsAustin Clements2017-12-111-2/+14
* runtime: use buffered write barrier for bulkBarrierPreWriteAustin Clements2017-10-301-1/+33
* runtime: buffered write barrier implementationAustin Clements2017-10-301-0/+216