aboutsummaryrefslogtreecommitdiff
path: root/src/queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move things around for sanity checking for multithread preparationgingerBill2021-07-101-1/+4
|
* Use `next_pow2_isize`gingerBill2021-07-101-1/+1
|
* Implement `MPMCQueue` for procedure body checkinggingerBill2021-07-101-0/+109
This is preparation for basic multithreading in the semantic checker