Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-17 | Add support for cheaply starting parallel scheduler pre-tuned to serial | Boris Kolpackov | 1 | -8/+23 | |
2021-05-13 | Do lazy allocation of shadow task queues | Boris Kolpackov | 1 | -7/+5 | |
2021-05-12 | Deal with helper thread starvation during phase switching | Boris Kolpackov | 1 | -7/+139 | |
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 | -10/+5 | |
2020-08-10 | Fix bug scheduler::allocate/deallocate() | Boris Kolpackov | 1 | -2/+2 | |
2020-08-07 | Add ability to allocate additional active threads to current thread | Boris Kolpackov | 1 | -2/+32 | |
2020-08-06 | Double default task queue size | Boris Kolpackov | 1 | -1/+1 | |
Testing shows quite a lot of "full" conditions on low core count (e.g., 2) CPUs (such as Intel U-series). | |||||
2020-06-18 | Complete NetBSD compatibility | Boris Kolpackov | 1 | -2/+2 | |
2020-06-18 | Add NetBSD compatibility | magenbluten | 1 | -3/+3 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2020-02-05 | Always calculate scheduler shard size as a primary number | Karen Arutyunov | 1 | -36/+42 | |
2019-11-14 | Adjust deadlock diagnostics to reflect its fuzzy nature | Boris Kolpackov | 1 | -3/+2 | |
2019-11-13 | Increase deadlock detection timeout | Boris Kolpackov | 1 | -1/+1 | |
2019-10-23 | Un-tune scheduler when building build system modules | Boris Kolpackov | 1 | -9/+20 | |
2019-08-17 | Tweak deadlock detection thread wait time | Boris Kolpackov | 1 | -3/+3 | |
2019-08-07 | Improve deadlock diagnostics (suppress stack trace, reword) | Boris Kolpackov | 1 | -5/+4 | |
2019-08-07 | Tighten deadlock monitor notification logic | Boris Kolpackov | 1 | -23/+26 | |
2019-08-07 | Make deadlock detection loop more robust | Boris Kolpackov | 1 | -9/+19 | |
2019-08-07 | Distinguish between internal/external wait deactivation in scheduler | Boris Kolpackov | 1 | -11/+18 | |
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 | -55/+91 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+820 | |