diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-09 01:53:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-09 01:53:54 +0000 |
commit | bdcf9d6f08631e8d128dd21da33002b970b1ff19 (patch) | |
tree | 0e3daacbd4bf72d98cc52ca4c66d25f00ee2c622 /llvm/lib/Bytecode/Writer/Writer.cpp | |
parent | a87c9f61149740ff3b27ec477befdfe6eb442965 (diff) | |
download | bcm5719-llvm-bdcf9d6f08631e8d128dd21da33002b970b1ff19.tar.gz bcm5719-llvm-bdcf9d6f08631e8d128dd21da33002b970b1ff19.zip |
Chris convinced me that the default size of the SmallVector (2) was too
small. Since it doesn't cost much to have 2 more (8 bytes), but not having
them would require a malloc as soon as the third one is needed. Setting
the default to 4 delays the malloc until the 5th parameter attribute.
llvm-svn: 35793
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
0 files changed, 0 insertions, 0 deletions