source: doc/theses/thierry_delisle_MMath/thePlan.md@ 47ed726

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 47ed726 was 67982887, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

specialize thesis directory-names

  • 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)
12
13_Phase 3_ : Monitor features
14Internal scheduling
15External scheduling
16
17_Phase 4_ : Kernel features
18Preemption
19Detach thread
20Cluster migration
21
22_Phase 5_ : Performance
23Proper scheduler
24...
25
26
Note: See TracBrowser for help on using the repository browser.