aboutsummaryrefslogtreecommitdiff
path: root/test/writebarrier.go
AgeCommit message (Expand)Author
2021-08-23cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh
2020-04-14cmd/compile: improve generated code for concrete cases in type switchesJosh Bleecher Snyder
2019-03-18cmd/compile: better write barrier removal when initializing new objectsKeith Randall
2018-11-29cmd/compile: eliminate write barriers when writing non-heap ptrsKeith Randall
2017-05-11cmd/compile: don't use statictmps for SSA-able composite literalsJosh Bleecher Snyder
2017-04-29cmd/compile: move writebarrier pass after dseJosh Bleecher Snyder
2017-02-07cmd/compile: do not use "oaslit" for globalCherry Zhang
2016-10-28cmd/compile: disable various write barrier optimizationsAustin Clements
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-27runtime: don't rescan globalsAustin Clements
2016-04-24cmd/compile: reorder how slicelit initializes a sliceKeith Randall
2016-03-21cmd/compile: don't write back unchanged slice resultsKeith Randall
2016-03-17cmd/compile: enforce nowritebarrier in SSA compilerKeith Randall
2016-03-16cmd/compile: omit write barrier when assigning global functionAustin Clements
2016-02-12cmd/compile: add write barrier to type switchKeith Randall
2015-05-19cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers)Russ Cox
2015-05-12cmd/internal/gc: optimize append + write barrierRuss Cox
2015-04-24cmd/internal/gc: add and test write barrier debug outputRuss Cox