Ignore:
Timestamp:
Aug 13, 2022, 1:36:25 PM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
13088f1
Parents:
29b0aa8
Message:

Fix casing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/text/existing.tex

    r29b0aa8 r4d85e47  
    140140Multicore scheduling is based on a combination of priorities, preferred \proc.
    141141Each \at is assigned an \newterm{ideal} \proc using a round-robin policy.
    142 \Ats 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.
     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.
    143143This 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.
    144144
Note: See TracChangeset for help on using the changeset viewer.