[PATCH] D102900: [llvm-readobj] Print function names with `--bb-addr-map`.
    Sriraman Tallam via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 21 19:56:17 PDT 2021
    
    
  
tmsriram added a comment.
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?
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