aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Two percent is a noticeable price tag, but since we are doing extra work with 
error handling and building a copy of the line table in memory first; 
understandable, I'm moderately optimistic that we could increase the 
performance a bit in the future by eliminating the extra copy step, though 
perhaps not with some larger changes to the LLVM interface. Since we need this 
for DWARF 5 support and the performance penalty isn't that bad, this patch gets 
a thumbs up from me. I ssume you profiled the code and there isn't any obvious 
silliness in the implementation?


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

https://reviews.llvm.org/D62570



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to