[Lldb-commits] [lldb] [lldb] Fallback to `__clang_vtable` for robust dynamic type resolution (PR #210584)

David Mentler via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 23 05:30:50 PDT 2026


mentlerd wrote:

I see! I will return to investigating alternative methods to looking up the global variable in a smaller scope to speed it up sometime, but my nights have gotten a little busy lately.

With this being a fallback (so no cost unless the original implementation fails) are you OK with the current implementation's performance characteristics? Is there some benchmark suite I could run to check? Upon a cursory glance do you need anything else from me on this PR?

https://github.com/llvm/llvm-project/pull/210584


More information about the lldb-commits mailing list