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 c2416d5 was a954e32, checked in by Thierry Delisle <tdelisle@…>, 9 years ago |
Added the plan for concurrency to doc
|
-
Property mode
set to
100644
|
File size:
483 bytes
|
Rev | Line | |
---|
[a954e32] | 1 | _Phase 1_ : Prototype
|
---|
| 2 | Threads and Processors.
|
---|
| 3 | Main needs to call process
|
---|
| 4 |
|
---|
| 5 | _Phase 2_ : Minimum Viable Product
|
---|
| 6 | Main thread is a cfa thread
|
---|
| 7 | Basic monitors for synchronisation and minimal lock support.
|
---|
| 8 | No internal/external scheduling.
|
---|
| 9 | Synchronisation points in thread destructors.
|
---|
| 10 |
|
---|
| 11 | _Phase 3_ : Kernel features
|
---|
| 12 | Threads features ex: detach
|
---|
| 13 | Internal scheduling
|
---|
| 14 | Clusters
|
---|
| 15 |
|
---|
| 16 | _Phase 4_ : Monitor features
|
---|
| 17 | Multi monitors calls,
|
---|
| 18 | External scheduling
|
---|
| 19 |
|
---|
| 20 | _Phase 5_ : Performance
|
---|
| 21 | Proper scheduler
|
---|
| 22 | ...
|
---|
| 23 |
|
---|
| 24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.