John Rollinson
Results
2
issues of
John Rollinson
**Describe the Bug** On Windows 10 with LLVM 11.0.1, calling `VectorType::get_size()` causes the program to crash immediately. This is unexpected since the function's public API indicates it should be considered...
question
In `ClearEpoch`, the `head_epoch_p` is deallocated (bwtree.h:8442) even though there may be stale references that are about to attempt an atomic `fetch_add` on the object (bwtree.h:8091). Although this race would...