[PATCH] D102900: [llvm-readobj] Print function names with `--bb-addr-map`.
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 19:59:01 PDT 2021
rahmanl planned changes to this revision.
rahmanl added a comment.
In D102900#2775213 <https://reviews.llvm.org/D102900#2775213>, @tmsriram wrote:
> The quadratic behavior leading to a 10 minute latency is too much. Binary search like you mentioned or just hash look up seems like it would drastically reduce the problem, could we bake it in the same change?
Sure. I'll revise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102900/new/
https://reviews.llvm.org/D102900
More information about the llvm-commits
mailing list