[PATCH] D25503: [analyzer] Remove superquadratic behaviour from DataflowWorklist
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 03:58:36 PDT 2016
NoQ accepted this revision.
NoQ added a comment.
In https://reviews.llvm.org/D25503#569046, @a.sidorin wrote:
> Did you test Artem's approach?
I don't think this is necessary, the priority queue looks like "the" data structure to use here.
Repository:
rL LLVM
https://reviews.llvm.org/D25503
More information about the cfe-commits
mailing list