[Lldb-commits] [lldb] [lldb-dap] Implement value locations for function pointers (PR #104589)
    Greg Clayton via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep 18 10:40:24 PDT 2024
    
    
  
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
    
    
More information about the lldb-commits
mailing list