compiler: store pointers to go:notinheap types indirectly
commit1196b60f8fc5a169e01ac859712013a4d3d8de96
authorIan Lance Taylor <iant@golang.org>
Sat, 7 Aug 2021 01:04:43 +0000 (6 18:04 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 12 Aug 2021 23:33:10 +0000 (12 16:33 -0700)
tree431a9cea9e59f3dda3f12a613802b04f094f5712
parentd0befed793b94f3f407be44e6f69f81a02f5f073
compiler: store pointers to go:notinheap types indirectly

This is the gofrontend version of https://golang.org/cl/264480.

For golang/go#42076

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/340609
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h
libgo/go/runtime/netpoll.go