Changeset 2cdf6dc for doc/proposals
- Timestamp:
 - Jan 24, 2017, 11:48:04 AM (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:
 - ad6343e, e15df4c
 - Parents:
 - 60819df7
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/proposals/concurrency/thePlan.md (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/proposals/concurrency/thePlan.md
r60819df7 r2cdf6dc 4 4 done - SimpleBlockingLock. 5 5 done - Synchronisation points in thread destructors. 6 Processors & SpinLock.6 done - Processors & SpinLock. 7 7 8 8 _Phase 2_ : Minimum Viable Product 9 Basic monitors for synchronisation (No internal/external scheduling). 10 Non-thrash scheduler. 11 Clusters. 9 Monitor type and enter/leave mutex member routines 10 Monitors as a language feature (not calling enter/leave by hand) 11 Internal scheduling 12 12 13 13 _Phase 3_ : Kernel features 14 Threads features ex: detach 15 Internal scheduling 14 Detach thread 15 Cluster migration 16 Preemption 16 17 17 18 _Phase 4_ : Monitor features  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.