• Rémy Oudompheng's avatar
    cmd/gc: don't generate algs for internal map types. · 04c40c97
    Rémy Oudompheng authored
    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.
    
    R=golang-dev, daniel.morsing, r, khr, rsc, iant
    CC=golang-dev
    https://golang.org/cl/13698043
    04c40c97
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...