[PATCH] D96035: [WIP][dsymutil][DWARFlinker] implement separate multi-thread processing for compile units.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 07:06:42 PDT 2021


avl added a comment.

@JDevlieghere @aprantl @dblaikie @echristo @clayborg  @friss

Would you mind taking a look at this patch, please? Changes from the first version of the patch:

1. It produces predictable results when working in multi-thread mode.
2. It does types merging. Types merging allows reducing the size of .debug_info table by 40% less in size.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96035/new/

https://reviews.llvm.org/D96035



More information about the llvm-commits mailing list