]> Cypherpunks repositories - gostls13.git/commit
cmd/cc: use a temporary bitmap when constructing pointer maps
authorCarl Shapiro <cshapiro@google.com>
Fri, 9 Aug 2013 20:02:33 +0000 (13:02 -0700)
committerCarl Shapiro <cshapiro@google.com>
Fri, 9 Aug 2013 20:02:33 +0000 (13:02 -0700)
commit2db5e4bb0b8acda435da4cc6d8a06bd082187214
tree1ec6ece9681a47bfc066fd1f6851b5aeaccc0da8
parent14903f65984a113d2558195b2dd862368d1c96ef
cmd/cc: use a temporary bitmap when constructing pointer maps

This change makes the way cc constructs pointer maps closer to
what gc does and is being done in preparation for changes to
the internal content of the pointer map such as a change to
distinguish interface pointers from ordinary pointers.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12692043
src/cmd/cc/bv.c [new file with mode: 0644]
src/cmd/cc/cc.h
src/cmd/cc/pgen.c