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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 11:25:14 PDT 2023


MaskRay added a comment.

`StringMap` clones the strings. `DenseMap<CachedHashStringRef, uint32_t>` may be more efficient.


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