[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
Wed Sep 8 00:19:45 PDT 2021


avl added a comment.

> yep, all such methods should be merged into the single type description(as soon as method name was properly identified - it either should have explicit name(DW_AT_name, DW_AT_linkage_name), >either it should have implicit unique identifiers(DW_AT_decl_file, DW_AT_decl_line)).

There exist restriction currently - This patch does not de-duplicate types from  DW_TAG_subprograms with DW_AT_specification attribute. It might be done and will improve size/performance numbers.


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