[PATCH] D22433: Handle versioned symbols efficiently.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 16 02:19:32 PDT 2016


grimar added a comment.

Interesting. What is wierd for me that I think I did perfomance tests that showed that there is no difference with/without the search. (https://reviews.llvm.org/D21681#466406). Since that time I was really sure that symbol search is really quick operation.

I also have a little consern about this patch. If I do not missing anything, it should break the https://llvm.org/bugs/show_bug.cgi?id=28359 again ? Not sure do we really want that ?


https://reviews.llvm.org/D22433





More information about the llvm-commits mailing list