1. 程式人生 > >《Computer Organization and Design》Chap.5 筆記

《Computer Organization and Design》Chap.5 筆記

Memory Hierarchy 這章讀起來較困難,需要多次學習!!!
提要:

  1. cache的基本原理,如何讀寫?如何處理miss?
  2. virtual memory,其原理與cache有類似的地方。

5.3&5.4重看,5.5-5.10&5.13-5.17待看!

內容:
Two different types of locality: temporal locality & spatial locality.
block: cache中資訊表示的最小單位。
四種儲存技術:SRAM, DRAM, Flash, Magnetic disk。
三種associativity method: directed-mapped, set-associative, full-associative。
cache中的地址由三部分組成:index, tag 和 byte offset。
cache


virtual memory: page 被從virtual addresses對映到physical addresses。
virtual memory