- Timestamp:
- Jan 20, 2017, 4:50:15 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 207c7e1d
- Parents:
- dcb42b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thePlan.md
rdcb42b8 rbd98b58 1 1 _Phase 1_ : Prototype 2 Threads and Processors. 3 Main needs to call process 2 done - Threads. 3 done - Main thread is a cfa thread. 4 done - SimpleBlockingLock. 5 done - Synchronisation points in thread destructors. 6 Processors & SpinLock. 4 7 5 8 _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. 9 Basic monitors for synchronisation (No internal/external scheduling). 10 Non-thrash scheduler. 11 Clusters. 10 12 11 13 _Phase 3_ : Kernel features 12 14 Threads features ex: detach 13 15 Internal scheduling 14 Clusters15 16 16 17 _Phase 4_ : Monitor features
Note: See TracChangeset
for help on using the changeset viewer.