These sets perform linear searching in small mode so it is never a good
idea to use SmallSize/N bigger than 32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D16705
Avoid overly large SmallPtrSet/SmallSet ClosedPublic Authored by MatzeB on Jan 28 2016, 7:44 PM.
Details Summary These sets perform linear searching in small mode so it is never a good
Diff Detail
Event TimelineMatzeB updated this object. This revision is now accepted and ready to land.Jan 29 2016, 3:41 PM Closed by commit rL259284: Avoid overly large SmallPtrSet/SmallSet (authored by matze). · Explain WhyJan 29 2016, 5:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 46457 cfe/trunk/lib/Analysis/PseudoConstantAnalysis.cpp
cfe/trunk/lib/Sema/SemaDeclObjC.cpp
cfe/trunk/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
cfe/trunk/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
|