[PATCH] D152490: [llvm-profdata] Use StringRef for CallTargetMap

Mark Santaniello via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 06:03:21 PDT 2023


marksantaniello added a comment.

FWIW I also tried SmallDenseMap with various inline sizes.  It still seems to be the case that, once you exceed the in-situ space, you immediately grow to 64 entries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152490



More information about the llvm-commits mailing list