Sign in
go
/
go
/
c13ce2985c35b4c6a4b65779c7b30648c6a6e3b8
/
test
/
writebarrier.go
6b9e3f8
cmd/compile: don't emit write barriers for offsets of global addresses
by zikaeroh
· 3 years, 7 months ago
2db4cc3
cmd/compile: improve generated code for concrete cases in type switches
by Josh Bleecher Snyder
· 5 years ago
ca36af2
cmd/compile: better write barrier removal when initializing new objects
by Keith Randall
· 6 years ago
2140975
cmd/compile: eliminate write barriers when writing non-heap ptrs
by Keith Randall
· 6 years ago
ee69c21
cmd/compile: don't use statictmps for SSA-able composite literals
by Josh Bleecher Snyder
· 8 years ago
e5c9358
cmd/compile: move writebarrier pass after dse
by Josh Bleecher Snyder
· 8 years ago
160914e
cmd/compile: do not use "oaslit" for global
by Cherry Zhang
· 8 years ago
c39918a
cmd/compile: disable various write barrier optimizations
by Austin Clements
· 8 years ago
f6aec88
cmd/compile: add a writebarrier phase in SSA
by Cherry Zhang
· 8 years ago
53fd522
all: make copyright headers consistent with one space after period
by Emmanuel Odeke
· 9 years ago
b49b71a
runtime: don't rescan globals
by Austin Clements
· 9 years ago
934c359
cmd/compile: reorder how slicelit initializes a slice
by Keith Randall
· 9 years ago
d4663e1
cmd/compile: don't write back unchanged slice results
by Keith Randall
· 9 years ago
15ed37d
cmd/compile: enforce nowritebarrier in SSA compiler
by Keith Randall
· 9 years ago
3e54ca9
cmd/compile: omit write barrier when assigning global function
by Austin Clements
· 9 years ago
e3033fc
cmd/compile: add write barrier to type switch
by Keith Randall
· 9 years ago
366ba52
cmd/internal/gc: add missing write barrier in append(x, BigStructWithPointers)
by Russ Cox
· 10 years ago
8552047
cmd/internal/gc: optimize append + write barrier
by Russ Cox
· 10 years ago
9406f68
cmd/internal/gc: add and test write barrier debug output
by Russ Cox
· 10 years ago