[PATCH] D154341: use StringMap in llvm-dwp when merging debug_str.dwo section

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 3 08:59:23 PDT 2023


dblaikie requested changes to this revision.
dblaikie added a comment.
This revision now requires changes to proceed.

Oh, wait. This will increase memory usage by copying the strings into the string map which is is unfortunate... Any way to avoid that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154341



More information about the llvm-commits mailing list