]> Cypherpunks repositories - gostls13.git/commit
cmd/cc: emit gc bitmaps in read-only memory
authorRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 23:04:15 +0000 (19:04 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 23:04:15 +0000 (19:04 -0400)
commita26c01ad446d2853f0c6a7ddaacadb02efa00b7b
tree27b06b9898ff9bc39eb3840b4533359b4e6a53df
parentb8851ad701e0ca73469706c35fb802a81e645225
cmd/cc: emit gc bitmaps in read-only memory

Cuts hello world by 70kB, because we don't write
those names into the symbol table.

Update #6853

LGTM=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/80370045
src/cmd/cc/pgen.c
src/cmd/ld/symtab.c