================ Comment at: lib/ASTMatchers/ASTMatchFinder.cpp:388 @@ +387,3 @@ + if (ResultCache.size() > MaxMemoizationEntries) + ResultCache.clear(); + std::pair<MemoizationMap::iterator, bool> InsertResult = ---------------- Is it worth adding a FIXME to look into other cache ejection strategies? Would it make a difference for performance?
http://llvm-reviews.chandlerc.com/D992 BRANCH explode-review ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
