source: doc/proposals/concurrency/thePlan.md @ 5f642e38

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 5f642e38 was 3743983, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Updated the concurrency plan

  • Property mode set to 100644
File size: 569 bytes
Line 
1_Phase 1_ : Prototype
2done - Threads.
3done - Main thread is a cfa thread.
4done - SimpleBlockingLock.
5done - Synchronisation points in thread destructors.
6done - Processors & SpinLock.
7
8_Phase 2_ : Minimum Viable Product
9done - Monitor type and enter/leave mutex member routines
10done - Multi monitors calls,
11done - Monitors as a language feature (not calling enter/leave by hand)
12Internal scheduling
13
14_Phase 3_ : Kernel features
15Preemption
16Detach thread
17Cluster migration
18
19_Phase 4_ : Monitor features
20External scheduling
21
22_Phase 5_ : Performance
23Proper scheduler
24...
25
26
Note: See TracBrowser for help on using the repository browser.