ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since b3c8496 was
b9537e6,
checked in by Thierry Delisle <tdelisle@…>, 4 years ago
|
A whole bunch of thesis work and existing work
|
-
Property mode set to
100644
|
File size:
508 bytes
|
Rev | Line | |
---|
[86c1f1c3] | 1 | \chapter{Scheduling in practice}\label{practice} |
---|
| 2 | The scheduling algorithm discribed in Chapter~\ref{core} addresses scheduling in a stable state. |
---|
| 3 | However, it does not address problems that occur when the system changes state. |
---|
[b9537e6] | 4 | Indeed the \CFA runtime, supports expanding and shrinking the number of KTHREAD\_place \todo{add kthrd to glossary}, both manually and, to some extent automatically. |
---|
[86c1f1c3] | 5 | This entails that the scheduling algorithm must support these transitions. |
---|
| 6 | |
---|
| 7 | \section{Resizing} |
---|
| 8 | |
---|
| 9 | \section{Idle-Sleep} |
---|
Note: See
TracBrowser
for help on using the repository browser.