memory hierarchy
{{Short description|Computer memory architecture}}
File:ComputerMemoryHierarchy.svg
{{Memory types}}
{{distinguish|Learning pyramid}}
In computer architecture, the memory hierarchy separates computer storage into a hierarchy based on response time. Since response time, complexity, and capacity are related, the levels may also be distinguished by their performance and controlling technologies. Memory hierarchy affects performance in computer architectural design, algorithm predictions, and lower level programming constructs involving locality of reference.
Designing for high performance requires considering the restrictions of the memory hierarchy, i.e. the size and capabilities of each component. Each of the various components can be viewed as part of a hierarchy of memories {{math|(m1, m2, ..., mn)}} in which each member {{mvar|mi}} is typically smaller and faster than the next highest member {{math|mi+1}} of the hierarchy. To limit waiting by higher levels, a lower level will respond by filling a buffer and then signaling for activating the transfer.
There are four major storage levels.{{cite book
|last1=Toy
|first1=Wing
|last2=Zee
|first2=Benjamin
|title=Computer Hardware/Software Architecture
|year=1986
|publisher=Prentice Hall
|isbn=0-13-163502-6
|page=[https://archive.org/details/computerhardware0000toyw/page/30 30]
|url=https://archive.org/details/computerhardware0000toyw/page/30
}}
- Internal{{dash}}processor registers and cache.
- Main{{dash}}the system RAM and controller cards.
- On-line mass storage{{dash}}secondary storage.
- Off-line bulk storage{{dash}}tertiary and off-line storage.
This is a general memory hierarchy structuring. Many other structures are useful. For example, a paging algorithm may be considered as a level for virtual memory when designing a computer architecture, and one can include a level of nearline storage between online and offline storage.
Properties of the technologies in the memory hierarchy
- Adding complexity slows the memory hierarchy.Write-combining
- CMOx memory technology stretches the flash space in the memory hierarchy{{cite web
|title = Memory Hierarchy
|url = http://www.unitysemi.com/applications-memory-hierarchy.html
|publisher = Unitity Semiconductor Corporation
|access-date = 16 September 2009
|url-status = dead
|archive-url = https://web.archive.org/web/20090805170055/http://www.unitysemi.com/applications-memory-hierarchy.html
|archive-date = 5 August 2009
}}
- One of the main ways to increase system performance is minimising how far down the memory hierarchy one has to go to manipulate data.{{cite web
|title=Multi-Core
|url=http://www.pixelbeat.org/docs/memory_hierarchy/
|author=Pádraig Brady
|access-date=16 September 2009}}
- Latency and bandwidth are two metrics associated with caches. Neither of them is uniform, but is specific to a particular component of the memory hierarchy.{{Cite journal | first = Ruud | last = van der Pas | title = Memory Hierarchy in Cache-Based Systems | url = http://www.sun.com/blueprints/1102/817-0742.pdf | year = 2002 | page = 26 | place = Santa Clara, California | publisher = Sun Microsystems | id = 817-0742-10}}
- Predicting where in the memory hierarchy the data resides is difficult.
- The location in the memory hierarchy dictates the time required for the prefetch to occur.
Examples
The number of levels in the memory hierarchy and the performance at each level has increased over time. The type of memory or storage components also change historically.{{cite web|url=http://www.computerhistory.org/timeline/memory-storage/|title=Memory & Storage – Timeline of Computer History – Computer History Museum|website=www.computerhistory.org}} For example, the memory hierarchy of an Intel Haswell Mobile{{cite web|last=Crothers |first=Brooke |url=http://news.cnet.com/8301-13579_3-57609045-37/dissecting-intels-top-graphics-in-apples-15-inch-macbook-pro/ |title=Dissecting Intel's top graphics in Apple's 15-inch MacBook Pro – CNET |publisher=News.cnet.com |access-date=2014-07-31}} processor circa 2013 is:
- Processor registers{{dash}}the fastest possible access (usually 1 CPU cycle). A few thousand bytes in size.
- Cache
- Level 0 (L0), micro-operations cache{{dash}}6,144 bytes (6 KiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}}){{cite web|url=http://www.anandtech.com/show/6355/intels-haswell-architecture/6 |title=Intel's Haswell Architecture Analyzed: Building a New PC and a New Intel |publisher=AnandTech |access-date=2014-07-31}} in size
- Level 1 (L1) instruction cache{{dash}}128 KiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size
- Level 1 (L1) data cache{{dash}}128 KiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size. Best access speed is around 700 GB/s.{{cite web|url=http://www.sisoftware.co.uk/?d=qa&f=mem_hsw |title=SiSoftware Zone |publisher=Sisoftware.co.uk |access-date=2014-07-31|archive-url=https://web.archive.org/web/20140913231938/http://www.sisoftware.co.uk/?d=qa&f=mem_hsw|archive-date=2014-09-13}}
- Level 2 (L2) instruction and data (shared){{dash}}1 MiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size. Best access speed is around 200 GB/s.
- Level 3 (L3) shared cache{{dash}}6 MiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size. Best access speed is around 100 GB/s.
- Level 4 (L4) shared cache{{dash}}128 MiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size. Best access speed is around 40 GB/s.
- Main memory (primary storage){{dash}}GiB{{cn|reason=No source provided for IEC units, sources only use metric units like KB, MB, GB, etc|date=May 2021}}{{Original research inline|certain=y|date=May 2021}} in size. Best access speed is around 10 GB/s. In the case of a NUMA machine, access times may not be uniform.
- Mass storage (secondary storage){{dash}}terabytes in size. {{As of|2017}}, best access speed is from a consumer solid state drive is about 2000 MB/s.{{cite web|url=http://www.storagereview.com/samsung_960_pro_m2_nvme_ssd_review|title=Samsung 960 Pro M.2 NVMe SSD Review|date=20 October 2016 |publisher=storagereview.com|access-date=2017-04-13}}
- Nearline storage (tertiary storage){{dash}}up to exabytes in size. {{As of|2013}}, best access speed is about 160 MB/s.{{cite web |url=http://www.lto.org/technology/generations.html |title=Ultrium – LTO Technology – Ultrium GenerationsLTO |publisher=Lto.org |access-date=2014-07-31 |url-status=dead |archive-url=https://web.archive.org/web/20110727052050/http://www.lto.org/technology/generations.html |archive-date=2011-07-27 }}
- Offline storage
The lower levels of the hierarchy{{dash}}from mass storage downwards{{dash}}are also known as tiered storage. The formal distinction between online, nearline, and offline storage is:{{cite web|last=Pearson|first=Tony|year=2010|title=Correct use of the term Nearline.|url=https://www.ibm.com/developerworks/community/blogs/InsideSystemStorage/entry/the_correct_use_of_the_term_nearline2|url-status=dead|archive-url=https://web.archive.org/web/20181127020712/https://www.ibm.com/developerworks/community/blogs/InsideSystemStorage/entry/the_correct_use_of_the_term_nearline2?lang=en|archive-date=2018-11-27|access-date=2015-08-16|work=IBM Developerworks, Inside System Storage}}
- Online storage is immediately available for I/O.
- Nearline storage is not immediately available, but can be made online quickly without human intervention.
- Offline storage is not immediately available, and requires some human intervention to bring online.
For example, always-on spinning disks are online, while spinning disks that spin down, such as massive arrays of idle disk (MAID), are nearline. Removable media such as tape cartridges that can be automatically loaded, as in a tape library, are nearline, while cartridges that must be manually loaded are offline.
Most modern CPUs are so fast that, for most program workloads, the bottleneck is the locality of reference of memory accesses and the efficiency of the caching and memory transfer between different levels of the hierarchy{{Citation needed|date=September 2009}}. As a result, the CPU spends much of its time idling, waiting for memory I/O to complete. This is sometimes called the space cost, as a larger memory object is more likely to overflow a small and fast level and require use of a larger, slower level. The resulting load on memory use is known as pressure (respectively register pressure, cache pressure, and (main) memory pressure). Terms for data being missing from a higher level and needing to be fetched from a lower level are, respectively: register spilling (due to register pressure: register to cache), cache miss (cache to main memory), and (hard) page fault (real main memory to virtual memory, i.e. mass storage, commonly referred to as disk regardless of the actual mass storage technology used).
Modern programming languages mainly assume two levels of memory, main (working) memory and mass storage, though in assembly language and inline assemblers in languages such as C, registers can be directly accessed. Taking optimal advantage of the memory hierarchy requires the cooperation of programmers, hardware, and compilers (as well as underlying support from the operating system):
- Programmers are responsible for moving data between disk and memory through file I/O.
- Hardware is responsible for moving data between memory and caches.
- Optimizing compilers are responsible for generating code that, when executed, will cause the hardware to use caches and registers efficiently.
Many programmers assume one level of memory. This works fine until the application hits a performance wall. Then the memory hierarchy will be assessed during code refactoring.
See also
References
{{reflist}}
{{DEFAULTSORT:Memory Hierarchy}}
Category:Computer architecture