Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CS 354 - Machine Organization

Wednesday, October 19, 2016

Project p3 (6%) due 10 pm Monday, October 24th (exam week)


Homework hw5 (1.5%) due 10 pm Friday, October 21st
Midterm Exam Thursday October 27th, 7:15 - 9:15 pm
replies have been posted/sent for makeup requests

Last Time
Basic Cache Practice
Cache Memory Organization
Varying Set Size - Set Associativity
Today
Varying Set Size - Set Associativity (from last time)
Writing to Caches
Cache Performance Metric
Cache Parameters and Performance
Next Time
Read: B&O 6.5 - 6.7
Coding for Caches

Copyright 2016 Jim Skrentny

CS 354 (F16): L19 - 1

Cache Performance Metrics

Miss Rate

Hit Rate

Hit Time

Miss Penalty

Copyright 2016 Jim Skrentny

CS 354 (F16): L19 - 2

Cache Parameters and Performance

Bigger Cache
Hit Rate

Hit Time

Miss Penalty

Hit Time

Miss Penalty

Hit Time

Miss Penalty

Bigger Block
Hit Rate

More ELines (Associativity)


Hit Rate

Write Strategy

Copyright 2016 Jim Skrentny

CS 354 (F16): L19 - 3

You might also like