Displaying 2 results from an estimated 2 matches for "332bffbb".
2013 Mar 27
2
[LLVMdev] Concurrent library
Hello,
I'm heavily looking for an arbitrary concurrent (thread-safe) library that can be executed in the LLVM interpreter.
Ideally, this library shouldn't contain any assembly instructions. It may use the POSIX model for synchronization.
I've written a thread-safety checker for LLVM and, thus, need some test-cases for it :-) So please let me know if you know something relevant!
Best
2013 Mar 27
0
[LLVMdev] Concurrent library
Have you looked at Thread Sanitizer <
http://clang.llvm.org/docs/ThreadSanitizer.html>?
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130327/332bffbb/attachment.html>