diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-14 15:37:25 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-14 15:37:25 +0000 |
commit | 76680e9b4ec9e0ed019791373b726364e15dc322 (patch) | |
tree | 78d363de86cc2880d281dd6f11fbc7387a078e54 /clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp | |
parent | 572c5b2a44f6d27f4311ac1ed9765a6a18d7b82d (diff) | |
download | bcm5719-llvm-76680e9b4ec9e0ed019791373b726364e15dc322.tar.gz bcm5719-llvm-76680e9b4ec9e0ed019791373b726364e15dc322.zip |
Remove BitVector binops.
These operators were crazy slow, calling malloc to return a temporary
result. At the same time, they look very innocent when used in code.
If you need temporary BitVectors to compute your thing, create them
explicitly, and use the inplace logical operators. This makes the high
cost explicit in the code.
llvm-svn: 156767
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp')
0 files changed, 0 insertions, 0 deletions