diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-05 07:44:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-05 07:44:49 +0000 |
commit | b80751dca2c02a74040342348f0a3c3ae6d575f6 (patch) | |
tree | 94d84d10fbe8e32e03f17645e252fa5386a30a3d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | da5e5d211b76e3cd45bfcbb0cd7574abb81fa606 (diff) | |
download | bcm5719-llvm-b80751dca2c02a74040342348f0a3c3ae6d575f6.tar.gz bcm5719-llvm-b80751dca2c02a74040342348f0a3c3ae6d575f6.zip |
add an abbrev for loads. This shrinks the function block about 50K, from:
Block ID #12 (FUNCTION_BLOCK):
Num Instances: 2344
Total Size: 8.8434e+06b/1.10542e+06B/276356W
% of file: 35.6726
Average Size: 3772.78b/471.598B/117.899W
Tot/Avg SubBlocks: 4065/1.73422
Tot/Avg Abbrevs: 0/0
Tot/Avg Records: 128487/54.8153
% Abbrev Recs: 0
to:
Block ID #12 (FUNCTION_BLOCK):
Num Instances: 2344
Total Size: 8.44518e+06b/1.05565e+06B/263912W
% of file: 34.6203
Average Size: 3602.89b/450.362B/112.59W
Tot/Avg SubBlocks: 4065/1.73422
Tot/Avg Abbrevs: 0/0
Tot/Avg Records: 128487/54.8153
% Abbrev Recs: 22.2077
llvm-svn: 36779
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions