[Lldb-commits] [PATCH] D60957: Read ObjC class names in one large read, instead of reading them individually

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 15:18:44 PDT 2019


jasonmolenda abandoned this revision.
jasonmolenda added a comment.

I had some more revisions on this patch, but I finally understood that I was solving the wrong problem with this patchset.  lldb should not fetch class names up front when scanning the objective c class tables, they should only be read lazily as we evaluate an expression.  The fact that we're reading names during the table scan is the problem that needs to be fixed.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D60957





More information about the lldb-commits mailing list