mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
564 stars 51 forks source link

Implement Reader-writer locks in LLVM IR #107

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

Currently we just have reentrant locks - extend support for multiple readers (MRSW).