Skip to content
Commit 58c75698 authored by Bill Wendling's avatar Bill Wendling
Browse files

A DenseMap of a std::map isn't a very good idea because the "grow()" method will

need to make a deep copy of each of the std::maps. Use a std::map of the
std::map instead. This improves the compile time of sqlite3 by ~2%.

llvm-svn: 148003
parent 46831de2
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