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

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 11:06:00 PDT 2018


JDevlieghere updated this revision to Diff 155225.
JDevlieghere added a comment.

- Update incompleteness after *every* child.
- Don't iterate over all the children but update incompleteness based on new information.


https://reviews.llvm.org/D48899

Files:
  tools/dsymutil/DwarfLinker.cpp
  tools/dsymutil/DwarfLinker.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48899.155225.patch
Type: text/x-patch
Size: 8018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/78d1506c/attachment.bin>


More information about the llvm-commits mailing list