https://github.com/clayborg commented:

My only question here is do we really want to do an address resolution for any 
pointer or reference or can we limit that for only function pointers? I worry a 
bit about the extra cost for any variable view that has tons of pointers or 
references as this will cause LLDB to lookup their address all the time. If 
this should be just for function pointers, it would be good to limit the extra 
searches to only those. 

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

Reply via email to