source: doc/proposals/concurrency/thePlan.md @ bd98b58

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since bd98b58 was bd98b58, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Kernel now uses intrusive lists and blocking locks for ready queue management.
Update the plan for concurrency.

  • Property mode set to 100644
File size: 512 bytes
Line 
1_Phase 1_ : Prototype
2done - Threads.
3done - Main thread is a cfa thread.
4done - SimpleBlockingLock.
5done - Synchronisation points in thread destructors.
6Processors & SpinLock.
7
8_Phase 2_ : Minimum Viable Product
9Basic monitors for synchronisation (No internal/external scheduling).
10Non-thrash scheduler.
11Clusters.
12
13_Phase 3_ : Kernel features
14Threads features ex: detach
15Internal scheduling
16
17_Phase 4_ : Monitor features
18Multi monitors calls,
19External scheduling
20
21_Phase 5_ : Performance
22Proper scheduler
23...
24
25
Note: See TracBrowser for help on using the repository browser.