commit | 83cd4ee0705677c94db0307fbc27c8fc6781ba8c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed May 06 13:47:40 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Wed May 06 13:47:40 2009 -0700 |
tree | 311039ca72c300e29c1161827219d51e7300a992 | |
parent | 0c3a43e7b2fcbc99279de4a2d0c04b777360e381 [diff] |
6g: generate string data as individual symbols, so that 6l can discard strings used by dead code. also, for short strings, generate DUPOK global symbols so that references to, say, "%s: %s" in multiple files result in only a single symbol. R=ken OCL=28361 CL=28361