wb.cc
31.2 KB
-
compiler: use gcWriteBarrier for pointer-shaped struct/array · d480455f
If a struct/array is pointer-shaped (i.e. having a single field that is pointer-shaped), we can use gcWriteBarrier instead of typedmemmove for the write barrier. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/181539 From-SVN: r272130Ian Lance Taylor committed