clayborg added a comment.

Thanks for running the perf tests, that will be great to keep handy somewhere. 
Might be good to check this test in somewhere. I still think that making 
changes to the llvm line parser might be a good idea where we can get a 
callback when a row is to be pushed with the current line table state. This 
would allow symbolication clients that need just one address, like in atos kind 
of cases, to not have to store an array of these things and then search them. 
It would also allow us to just populate our line table as we see fit without 
the need to have complete LLVM tables and then convert them. Shouldn't be very 
hard to modify the code in llvm. Let me know what you think.


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

https://reviews.llvm.org/D62570



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to