summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-14 23:36:54 +0000
committerChris Lattner <sabre@nondot.org>2004-01-14 23:36:54 +0000
commit6229fbf3287d72b9caae78db43b2f8fd52641409 (patch)
treeda67ce40ffe8f77d1023d1576c6721070f726e48 /llvm/docs/ProgrammersManual.html
parent394afe0f903e57d311ab43d4bbec8c50e0c30403 (diff)
downloadbcm5719-llvm-6229fbf3287d72b9caae78db43b2f8fd52641409.tar.gz
bcm5719-llvm-6229fbf3287d72b9caae78db43b2f8fd52641409.zip
The new bytecode format supports emitting strings a special case. This is
intended to save size (and does on small programs), but on big programs it actually increases the size of the program slightly. The deal is that many functions end up using the characters that the string contained, and the characters are no longer in the global constant table, so they have to be emitted in function specific constant pools. This pessimization will be fixed in subsequent patches. llvm-svn: 10864
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud