Displaying 1 result from an estimated 1 matches for "poollalloc".
Did you mean:
poolalloc
2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
...as pthread_mutex_lock) or
invokes one transitively, and if Loc is not a thread-local Location (i.e.,
if it may escape the thread), then getModRefInfo() must return ModRef
* I brought back SteensgaardDataStructures, which was needed for the
thread-escape analysis in DSAA.
Attached is a patch, llvm-poollalloc.diff, which was generated against the
latest svn revision, 137611. The patch compiles and tests against LLVM
2.9. (The project I need DSAA for requires LLVM 2.9. I believe it will
compile against LLVM 3.0 if you remove all the s/Type/const Type/ lines in
the patch, but I haven't had a chance...