This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
893d3d336a
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
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
..
CPlusPlus
/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
ObjC
/AppleObjCRuntime
We were accessing the ModuleList in the target without locking it for tasks like
2012-05-30 02:19:25 +00:00