[PATCH] D25503: [analyzer] Remove superquadratic behaviour from DataflowWorklist
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 12 17:25:42 PDT 2016
alexshap added a comment.
I've just run scan-build against LLVM & clang & clang-extra-tools - the new version (with PriorityQueue) is a bit faster - i was running the build on OSX & -j8 and the total time for the new version is 88 minutes vs 92 minutes for the old one. Certainly i think that this measurement is not 100% proof but i don't see any regressions.
Repository:
rL LLVM
https://reviews.llvm.org/D25503
More information about the cfe-commits
mailing list