tberghammer abandoned this revision.
tberghammer added a comment.
I haven't noticed we already store the symbol index. Abandon it in favor of the
API you suggested
http://reviews.llvm.org/D14536
___
lldb-commits mailing list
lldb-commits@lists.llvm
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Symbols are the #1 most expensive item memory wise in LLDB right now. We remove
many symbols in Mach-O and we set the m_uid of each symbol to the original
symbol table index. The