Table of Contents
1. 课件:The Memory Hierachy
- The memory abstraction
- the bus
movq A, %rax
movq %rax, A
- the bus
- RAM : main memory building block
- RAM: SRAM, DRAM
- SDRAM, DDR SDRAM
- Nonvalatile Memories
- ROM, PROM, EPROM, EEPROM, Flash Memory
- RAM Organization
- d × w DRAM, supercells
- RAS and CAS
- memory module
- d × w DRAM, supercells
- RAM: SRAM, DRAM
- Storage technologies and trends
- Magnetic Disks, Flash memory
- arm, spindle, platters, actuator, etc.
- surfaces, tracks, sectors(&gaps)
- cylinder
- Capacity: recording density, track density, areal density
- recording zones
- disk access time:
- seek time
- rotational latency
- transfer time
- seek time
- I/O Bus: reading a disk sector.
- solid state disks(SSDs)
- Magnetic Disks, Flash memory
- Locality of reference
- principle of locality
- temporal locality
- spatial locality
- temporal locality
- estimating locality
- memory hierarchy
- principle of locality
- Caching in the memory hierarchy
- example memory hierachy: L0 Regs, L1-3 cache(SRAM), L4 memory(DRAM), L5 local disks, L6 remote storage
- caches
- why work? locality.
- big idea
- cache misses: cold, conflict, capacity.
- example memory hierachy: L0 Regs, L1-3 cache(SRAM), L4 memory(DRAM), L5 local disks, L6 remote storage
- Summary
- speed gap: widening.
- good code: locality.
- caching: close gap.
- speed gap: widening.
Date: 2022-10-26 Wed
Created: 2022-11-15 二 11:19
标签:density,RAM,Memory,locality,memory,DRAM,随笔 From: https://www.cnblogs.com/frank3215/p/16891772.html