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