[Lldb-commits] [PATCH] D68655: Trust the arange accelerator tables in dSYMs
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 13:14:59 PDT 2019
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Nice fix. The real cost of computing the aranges manually is expanding all the line tables and calling GetContiguousFileAddressRanges on them. I wonder if avoiding the full linetable expansion here is shifting that to a different place for this operation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68655/new/
https://reviews.llvm.org/D68655
More information about the lldb-commits
mailing list