search for: processcallsite

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

2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
...patch to DSA you may be interested in. I thought I'd post this to llvmdev so it will be archived and googeable in case 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...