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

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 ef42b143 was 9243cc91, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Updated the plan and made some code review changes in the keywords implementation

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