]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: do not generate dead value maps yet
authorCarl Shapiro <cshapiro@google.com>
Fri, 6 Dec 2013 23:49:47 +0000 (15:49 -0800)
committerCarl Shapiro <cshapiro@google.com>
Fri, 6 Dec 2013 23:49:47 +0000 (15:49 -0800)
commit6965a752a799792997fc0cbf971b1893bcaf3d5b
treee084b824b2960ef03ae14c2a101f30185e53e777
parentd4f68f2892f4ebcdec57f07e32178b15612f8a73
cmd/gc: do not generate dead value maps yet

We are not clearing dead values in the garbage collector so it
is not worth the RSS cost to materialize the data and write it
out to the binary.

R=golang-dev, iant, cshapiro
CC=golang-dev
https://golang.org/cl/38650043
src/cmd/gc/pgen.c