summaryrefslogtreecommitdiff
path: root/test/writebarrier.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh2021-08-231-0/+14
* cmd/compile: improve generated code for concrete cases in type switchesJosh Bleecher Snyder2020-04-141-4/+4
* cmd/compile: better write barrier removal when initializing new objectsKeith Randall2019-03-181-0/+28
* cmd/compile: eliminate write barriers when writing non-heap ptrsKeith Randall2018-11-291-0/+11
* cmd/compile: don't use statictmps for SSA-able composite literalsJosh Bleecher Snyder2017-05-111-1/+4
* cmd/compile: move writebarrier pass after dseJosh Bleecher Snyder2017-04-291-14/+25
* cmd/compile: do not use "oaslit" for globalCherry Zhang2017-02-071-0/+16
* cmd/compile: disable various write barrier optimizationsAustin Clements2016-10-281-4/+5
* cmd/compile: add a writebarrier phase in SSACherry Zhang2016-10-251-0/+8
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* runtime: don't rescan globalsAustin Clements2016-04-271-0/+15
* cmd/compile: reorder how slicelit initializes a sliceKeith Randall2016-04-241-0/+14
* cmd/compile: don't write back unchanged slice resultsKeith Randall2016-03-211-4/+5
* cmd/compile: enforce nowritebarrier in SSA compilerKeith Randall2016-03-171-0/+13
* cmd/compile: omit write barrier when assigning global functionAustin Clements2016-03-161-0/+10
* cmd/compile: add write barrier to type switchKeith Randall2016-02-121-0/+14
* cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers)Russ Cox2015-05-191-0/+16
* cmd/internal/gc: optimize append + write barrierRuss Cox2015-05-121-3/+23
* cmd/internal/gc: add and test write barrier debug outputRuss Cox2015-04-241-0/+110