Jade Abraham

Results 72 issues of Jade Abraham

In a release build (i.e. no `assert`), there is an unused variable warning in `syncvar.hpp` ```C++ int status = readFF(&ret); assert(status == QTHREAD_SUCCESS); ``` `status` is only used in the...

I am working on the Chapel compiler and have been looking at integrating RV with Chapel. Chapel is currently using LLVM version 18, which seems to be newer than what...