[PATCH] D135914: [PseudoProbe] Decode offset based pseudo probe.
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 15:05:23 PDT 2022
maksfb added a comment.
In D135914#3876142 <https://reviews.llvm.org/D135914#3876142>, @hoy wrote:
> Yes, std::map is used everywhere in llvm-profgen. Do you think ADT performs better than it? I can do a separate refactoring if you don't mind.
I had this diff in mind, but the refactoring sounds good too. ADT avoids malloc, more details at: https://llvm.org/docs/ProgrammersManual.html#map-like-containers-std-map-densemap-etc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135914/new/
https://reviews.llvm.org/D135914
More information about the llvm-commits
mailing list