[Lldb-commits] [PATCH] D62634: Improve DWARF parsing and accessing by 1% to 2%

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 30 08:10:42 PDT 2019


clayborg added a comment.

In D62634#1522249 <https://reviews.llvm.org/D62634#1522249>, @aprantl wrote:

> Out of curiosity, what was that change in the mmap call that fixed this?


We switched to mapping things private and shared. This might be been before open sourcing happened so there might not be a revision for it. Previously we weren't mapping private so we got any changes made to the file. I have never seen the error fire since we fixed this.


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

https://reviews.llvm.org/D62634





More information about the lldb-commits mailing list