Skip to content
Commit 9dee94f8 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an

Add or Remove operation complete, and not while building the intermediate tree.
This trades a little bit more memory usage for less accesses to the FoldingSet.  On a benchmark for the clang static analyzer, this shaves off another 13% of execution time when using field/array sensitivity.

llvm-svn: 80955
parent 7a0f1105
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment