source: doc/theses/thierry_delisle_MMath/thePlan.md @ 432bffe

ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Last change on this file since 432bffe was 67982887, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

specialize thesis directory-names

  • Property mode set to 100644
File size: 569 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
[3743983]10done - Multi monitors calls,
11done - Monitors as a language feature (not calling enter/leave by hand)
[f32a013]12
13_Phase 3_ : Monitor features
[2cdf6dc]14Internal scheduling
[f32a013]15External scheduling
[a954e32]16
[f32a013]17_Phase 4_ : Kernel features
[3743983]18Preemption
[2cdf6dc]19Detach thread
20Cluster migration
[a954e32]21
22_Phase 5_ : Performance
23Proper scheduler
24...
25
26
Note: See TracBrowser for help on using the repository browser.