spyffe requested changes to this revision.
spyffe added a comment.
This revision now requires changes to proceed.

I'm concerned about the performance implications here, because 
`FindBestAlternateMangledName` is invoked for every C++ symbol lookup, not just 
for ones that would fail unless we did this workaround.

We have a `ColectFallbackNames` function in IRExecutionUnit.cpp to try hackier 
approaches if the simple approaches don't work.  Would it be feasible to make 
this farily heavyweight search part of the fallback names mechanism?


http://reviews.llvm.org/D17618



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

Reply via email to