You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CL 12616045 enables zeroing of pointers so that garbage collection of Go frames is
completely precise wrt pointers and so that it can be made completely precise wrt
interface values. It also incurs a significant slowdown. Before Go 1.2, we must remove
that slowdown. The CL description has more details.