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