Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-17 | Add support for cheaply starting parallel scheduler pre-tuned to serial | Boris Kolpackov | 1 | -3/+15 | |
2021-05-13 | Rearrange inline function definitions to make MinGW GCC happy | Boris Kolpackov | 1 | -4/+3 | |
2021-05-13 | Do lazy allocation of shadow task queues | Boris Kolpackov | 1 | -0/+3 | |
2021-05-12 | Deal with helper thread starvation during phase switching | Boris Kolpackov | 1 | -15/+66 | |
The implemented solution entails shadowing old phase queues so that helpers don't pick up old phase tasks and boosting the max_threads count so that we can create more helpers if all the existing ones are stuck in the old phase. | |||||
2021-05-12 | Keep phase locked while working own queue | Boris Kolpackov | 1 | -0/+14 | |
2021-01-13 | Make sure we don't work any existing tasks when building in module context | Boris Kolpackov | 1 | -4/+24 | |
2020-08-07 | Add ability to allocate additional active threads to current thread | Boris Kolpackov | 1 | -1/+70 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-10-25 | Fix maybe used uninitialized warning | Boris Kolpackov | 1 | -1/+1 | |
2019-10-23 | Un-tune scheduler when building build system modules | Boris Kolpackov | 1 | -8/+39 | |
2019-08-07 | Tighten deadlock monitor notification logic | Boris Kolpackov | 1 | -1/+1 | |
2019-08-07 | Make deadlock detection loop more robust | Boris Kolpackov | 1 | -0/+7 | |
2019-08-07 | Distinguish between internal/external wait deactivation in scheduler | Boris Kolpackov | 1 | -7/+16 | |
This turns out to be necessary for the deadlock detection to work properly. | |||||
2019-08-06 | Implement general deadlock detection via monitoring thread | Boris Kolpackov | 1 | -1/+12 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+709 | |