cmd/compile: get rid of write barrier on slicing #71251
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
Performance
Milestone
The write barrier in
f
seems unnecessary. We're always writing back tos.a
a pointer to the same object that used to be there.Noticed while looking at #71246.
The text was updated successfully, but these errors were encountered: