Re: [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet

2016-01-29 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL259284: Avoid overly large SmallPtrSet/SmallSet (authored by matze). Changed prior to commit: http://reviews.llvm.org/D16705?vs=46337&id=46457#toc Repository: rL LLVM http://reviews.llvm.org/D16705

Re: [PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet

2016-01-29 Thread Eric Christopher via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. LGTM. -eric Repository: rL LLVM http://reviews.llvm.org/D16705 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.

[PATCH] D16705: Avoid overly large SmallPtrSet/SmallSet

2016-01-28 Thread Matthias Braun via cfe-commits
MatzeB created this revision. MatzeB added reviewers: chandlerc, reames, echristo. MatzeB added a subscriber: cfe-commits. MatzeB set the repository for this revision to rL LLVM. Herald added a subscriber: mcrosier. These sets perform linear searching in small mode so it is never a good idea to us