Michael137 wrote:

> By profiling LLDB debugging a Swift application without a dSYM and a large 
> amount of .o files, I identified that querying shared modules was the biggest 
> bottleneck when running "frame variable", and Clang types need to be searched.

Could you elaborate why this is Swift specific? Is it because it's happening 
down some Clang modules codepath?

https://github.com/llvm/llvm-project/pull/152054
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to