Changeset a362f97 for doc/proposals/concurrency
- Timestamp:
- Jan 27, 2017, 3:27:34 PM (9 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:
- c0aa336
- Parents:
- 6acb935 (diff), 0a86a30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thePlan.md
r6acb935 ra362f97 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 done - 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 Monitor type and enter/leave mutex member routines 10 Monitors as a language feature (not calling enter/leave by hand) 11 Internal scheduling 10 12 11 13 _Phase 3_ : Kernel features 12 Threads features ex: detach 13 Internal scheduling 14 Clusters 14 Detach thread 15 Cluster migration 16 Preemption 15 17 16 18 _Phase 4_ : Monitor features
Note:
See TracChangeset
for help on using the changeset viewer.