Changes between Version 6 and Version 7 of Commentary/Rts/Scheduler
- Timestamp:
- 09/14/06 16:53:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Scheduler
v6 v7 63 63 {{{task->tso}}} points to the TSO, and {{{tso->bound}}} points to the 64 64 Task. 65 If a thread makes a call-in, followed by a call-out, and another call-in and so on, there could be a whole stack of tasks associated with a single OS thread. 65 66 66 67 Additionally, there is one Task for each worker OS thread in the
