Changes between Version 7 and Version 8 of Commentary/Rts/Scheduler
- Timestamp:
- 09/14/06 16:56:38 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Scheduler
v7 v8 99 99 simultaneously than we have real CPUs available. 100 100 101 Invariant: a task that holds a capability is not blocked in the operating system. 102 101 103 This makes some parts of the system simpler - for example, we can use 102 104 spin locks that spin indefinitely, because we can ensure that the spin
