Last change
on this file since 4740281 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
|
---|
2 | done - Threads.
|
---|
3 | done - Main thread is a cfa thread.
|
---|
4 | done - SimpleBlockingLock.
|
---|
5 | done - Synchronisation points in thread destructors.
|
---|
6 | done - Processors & SpinLock.
|
---|
7 |
|
---|
8 | _Phase 2_ : Minimum Viable Product
|
---|
9 | done - Monitor type and enter/leave mutex member routines
|
---|
10 | done - Multi monitors calls,
|
---|
11 | done - Monitors as a language feature (not calling enter/leave by hand)
|
---|
12 |
|
---|
13 | _Phase 3_ : Monitor features
|
---|
14 | Internal scheduling
|
---|
15 | External scheduling
|
---|
16 |
|
---|
17 | _Phase 4_ : Kernel features
|
---|
18 | Preemption
|
---|
19 | Detach thread
|
---|
20 | Cluster migration
|
---|
21 |
|
---|
22 | _Phase 5_ : Performance
|
---|
23 | Proper scheduler
|
---|
24 | ...
|
---|
25 |
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.