This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bad901b362
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
CPlusPlus
History
Greg Clayton
cc0c4d4ae7
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
2012-07-10 01:22:15 +00:00
..
ItaniumABI
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.
2012-07-10 01:22:15 +00:00