[LLVMdev] Concurrent library

Andreas Wilhelm andreas.wilhelm at gmx.com
Wed Mar 27 01:42:48 PDT 2013


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 regards,

Andreas



More information about the llvm-dev mailing list