Top Banner
CACHING 2
15
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lec 4

CACHING 2

Page 2: Lec 4

CACHE COHERENCE PROBLEM

Page 3: Lec 4

HARDWARE CACHE COHERENCE USING SNOOPING

Page 4: Lec 4

MSI: SIMPLE COHERENCE PROTOCOL FOR WRITE BACK CACHES

Page 5: Lec 4

SOFTWARE-MANAGED MEMORY

Page 6: Lec 4

LOCAL STORES IN THE WILD

Page 7: Lec 4

CACHE VIS-À-VIS LOCAL STORE

Page 8: Lec 4

LOCAL STORES: AMAT

Page 9: Lec 4

LOCAL STORES: OPERATION

Page 10: Lec 4

STREAM PROGRAMMING

Page 11: Lec 4

LOCAL STORES: PROS AND CONS

Page 12: Lec 4

EVERYTHING IS A CACHE FOR SOMETHING ELSE

Page 13: Lec 4

EXAMPLE: FILE CACHE

Page 14: Lec 4

EXAMPLE: BROWSER CACHE

Page 15: Lec 4

CACHING IS A UBIQUITOUS TOOL