Improve dynamic type resolution efficiency by looking for the type in the...
Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches. llvm-svn: 159975
Loading
Please register or sign in to comment