reflect: rewrite Value to separate out pointer vs. nonpointer info.
Needed for precise gc and copying stacks. reflect.Value now takes 4 words instead of 3. Still to do: - un-iword-ify channel ops. - un-iword-ify method receivers. R=golang-dev, iant, rsc, khr CC=golang-dev https://golang.org/cl/43040043
Showing
This diff is collapsed.
Please register or sign in to comment