This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
ObjectFile
History
Greg Clayton
4c82d425fa
Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work.
...
llvm-svn: 157083
2012-05-18 23:20:01 +00:00
..
ELF
Use integers instead of NULL.
2012-04-03 07:50:11 +00:00
Mach-O
Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work.
2012-05-18 23:20:01 +00:00
PECOFF
<rdar://problem/11034170>
2012-03-13 23:14:29 +00:00