[Lldb-commits] [PATCH] D53597: Don't type-erase the SymbolContextItem enum

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 25 11:41:10 PDT 2018


zturner added a subscriber: jingham.
zturner added a comment.

I guess the question is, How is that hash and the bucket computed?  If it's
based on the full name, then you should be able to get fast exact lookup.
If it's based on the based name, then it will indeed be slow.


https://reviews.llvm.org/D53597





More information about the lldb-commits mailing list