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 63f78f0 was bd98b58, checked in by Thierry Delisle <tdelisle@…>, 9 years ago |
Kernel now uses intrusive lists and blocking locks for ready queue management.
Update the plan for concurrency.
|
-
Property mode
set to
100644
|
File size:
512 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 | Processors & SpinLock.
|
---|
7 |
|
---|
8 | _Phase 2_ : Minimum Viable Product
|
---|
9 | Basic monitors for synchronisation (No internal/external scheduling).
|
---|
10 | Non-thrash scheduler.
|
---|
11 | Clusters.
|
---|
12 |
|
---|
13 | _Phase 3_ : Kernel features
|
---|
14 | Threads features ex: detach
|
---|
15 | Internal scheduling
|
---|
16 |
|
---|
17 | _Phase 4_ : Monitor features
|
---|
18 | Multi monitors calls,
|
---|
19 | External scheduling
|
---|
20 |
|
---|
21 | _Phase 5_ : Performance
|
---|
22 | Proper scheduler
|
---|
23 | ...
|
---|
24 |
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.