[Lldb-commits] [PATCH] D62649: CompileUnit: Use shared_ptr for storing support file lists
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 02:23:52 PDT 2019
labath added a comment.
This isn't strictly necessary. I could just have SymbolFileDWARF keep one copy a file list for each line table. That way each list would be stored exactly twice. However, it seemed like it would be nice to avoid that (though I don't have any data about how much this saves or anything).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62649/new/
https://reviews.llvm.org/D62649
More information about the lldb-commits
mailing list