[PATCH] D153268: [DWARFLinkerParallel] Add limited functionality to DWARFLinkerParallel.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 17:20:12 PDT 2023
clayborg added a comment.
In D153268#4436009 <https://reviews.llvm.org/D153268#4436009>, @avl wrote:
> Another solution might be to use abbreviation table from already generated CU for the next CU. So that in any concrete moment current CU owns abbreviation table, but finally single abbreviation table would be shared between several CUs. That way, there still would exist several tables but some of them would be shared. It would reduce current size of .debug_abbrev.
I like this idea. Not needed for this patch, but sounds like a good idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153268/new/
https://reviews.llvm.org/D153268
More information about the llvm-commits
mailing list