Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing algorithm and string headers | JF Bastien | 2016-04-23 | 1 | -0/+2 |
| | | | As in #382. | ||||
* | fix ThreadPool::size, we don't have any thread objects created if there is ↵ | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
| | | | | just one core, since then we run it all on the main thread anyhow | ||||
* | allow limiting # of cores in thread pool, useful for debugging | Alon Zakai | 2016-04-18 | 1 | -0/+3 |
| | |||||
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -0/+181 |
* allow traversals to mark themselves as function-parallel, in which case we run them using a thread pool. also mark some thread-safety risks (interned strings, arena allocators) with assertions they modify only on the main thread |