search for: stdlibinfo

Displaying 1 result from an estimated 1 matches for "stdlibinfo".

2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
...others need it, even if you decide to not merge this into mainline :-) Here are the highlights: * I refactored StdLibDataStructures::processFunction into processFunction and processCallSite to remove a lot of copy/pasted code. I also moved the libAction table from StdLibPass.cpp to a new module, StdLibInfo.cpp, so it can be reused elsewhere. * I brought back DSAA, because I need it :-) Most importantly, I revised DSAA to make it is thread-safe. This involved: (a) special-casing pthread_create (see changes in StdLibInfo.cpp and StdLibPass.cpp) (b) adding a thread-escape analysis (c) checking...