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

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 bf26fa5 was 2cdf6dc, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

Update the concurrency plan with completed features and modified Phase 2 and 3

  • Property mode set to 100644
File size: 548 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
9Monitor type and enter/leave mutex member routines
10Monitors as a language feature (not calling enter/leave by hand)
11Internal scheduling
12
13_Phase 3_ : Kernel features
14Detach thread
15Cluster migration
16Preemption
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.