Try to speed up the slowest parts of the CommandLine library
- Replace std::map<std::string with StringMap - Eliminate unnecessary std::string copies - ~10% speed-up for clang's testsuite on my machine (debug build) llvm-svn: 82312
Loading
Please register or sign in to comment