Descriptioncmd/gc: don't generate algs for internal map types.
Fake types describing the internal structure of hashmaps are
generated for use by precise GC.
Generating hash and eq functions for these fake types slows down
the build and wastes space: the go tool binary size is 13MB
instead of 12MB, and the package size on amd64 is 48.7MB instead
of 45.3MB.
Patch Set 1 #Patch Set 2 : diff -r 0f036b4b1da5 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 0f036b4b1da5 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r b19d3a8c9357 https://go.googlecode.com/hg/ #
MessagesTotal messages: 8
|