[PATCH] D48899: [dsymutil] Convert recursion in lookForDIEsToKeep into worklist.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 09:48:09 PDT 2018


JDevlieghere added a comment.

With https://reviews.llvm.org/P8092 applied to ToT dsymutil I'm getting binary identical results between the recursive and worklist implementation. I'm not sure why updating the incompleteness after every child matters, especially since we end up being more conservative.


https://reviews.llvm.org/D48899





More information about the llvm-commits mailing list