source: doc/proposals/concurrency/thePlan.md@ 63f78f0

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 63f78f0 was bd98b58, checked in by Thierry Delisle <tdelisle@…>, 9 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.