ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
stuck-waitfor-destruct
|
Last change
on this file since 585d910 was 86c1f1c3, checked in by Thierry Delisle <tdelisle@…>, 6 years ago |
|
First draft at my thesis
|
-
Property mode
set to
100644
|
|
File size:
482 bytes
|
| Line | |
|---|
| 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.
|
|---|
| 4 | Indeed the \CFA runtime, supports expanding and shrinking
|
|---|
| 5 |
|
|---|
| 6 | the number of KTHREAD\_place
|
|---|
| 7 |
|
|---|
| 8 | , both manually and, to some extent automatically.
|
|---|
| 9 | This entails that the scheduling algorithm must support these transitions.
|
|---|
| 10 |
|
|---|
| 11 | \section{Resizing}
|
|---|
| 12 |
|
|---|
| 13 | \section{Idle-Sleep}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.