Home>Cpsc 464

Professor: Dr. Whitfield

CPU Scheduling

Not Here

Memory Management

Example Runs

  1. Low Intensity, Local memory access, FIFO algorithm, No Dirty bit optimization
  2. Low Intensity, Local memory access, LRU algorithm, Dirty bit optimization
  3. Low Intensity, Random memory access, FIFO algorithm, No Dirty bit optimization
  4. Low Intensity, Random memory access, LRU algorithm, Dirty bit optimization
  5. High Intensity, Local memory access, FIFO algorithm, No Dirty bit optimization
  6. High Intensity, Local memory access, LRU algorithm, Dirty bit optimization
  7. High Intensity, Random memory access, FIFO algorithm, No Dirty bit optimization
  8. High Intensity, Random memory access, LRU algorithm, Dirty bit optimization

Disk Scheduling

Example Runs

  1. Low Intensity, FIFO algorithm
  2. Low Intensity, LOOK algorithm
  3. High Intensity, FIFO algorithm
  4. High Intensity, LOOK algorithm

Race Condition

Necessary Files