Changeset 4d85e47 for doc/theses/thierry_delisle_PhD
- Timestamp:
- Aug 13, 2022, 1:36:25 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 13088f1
- Parents:
- 29b0aa8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/text/existing.tex
r29b0aa8 r4d85e47 140 140 Multicore scheduling is based on a combination of priorities, preferred \proc. 141 141 Each \at is assigned an \newterm{ideal} \proc using a round-robin policy. 142 \ Atsare distributed among the \procs according to their priority, preferring to match \ats to their ideal \proc and then to the last \proc they ran on.142 \Gls{at} are distributed among the \procs according to their priority, preferring to match \ats to their ideal \proc and then to the last \proc they ran on. 143 143 This is similar to a variation of work stealing, where the stealing \proc restore the \at to its original \proc after running it, but with priorities added onto the mix. 144 144
Note: See TracChangeset
for help on using the changeset viewer.