Changeset 3743983 for doc/proposals/concurrency
- Timestamp:
- Mar 17, 2017, 10:45:41 AM (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:
- 9f1695b
- Parents:
- ef42b143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/thePlan.md
ref42b143 r3743983 8 8 _Phase 2_ : Minimum Viable Product 9 9 done - Monitor type and enter/leave mutex member routines 10 Monitors as a language feature (not calling enter/leave by hand) 10 done - Multi monitors calls, 11 done - Monitors as a language feature (not calling enter/leave by hand) 11 12 Internal scheduling 12 13 13 14 _Phase 3_ : Kernel features 15 Preemption 14 16 Detach thread 15 17 Cluster migration 16 Preemption17 18 18 19 _Phase 4_ : Monitor features 19 Multi monitors calls,20 20 External scheduling 21 21
Note: See TracChangeset
for help on using the changeset viewer.