Page 1. Review: Address Segmentation " Review: Address Segmentation " Review: Address Segmentation "

Similar documents
Paging! 2/22! Anthony D. Joseph and Ion Stoica CS162 UCB Fall 2012! " (0xE0)" " " " (0x70)" " (0x50)"

CS162 Operating Systems and Systems Programming Lecture 10 Caches and TLBs"

10/7/13! Anthony D. Joseph and John Canny CS162 UCB Fall 2013! " (0xE0)" " " " (0x70)" " (0x50)"

Page 1. CS162 Operating Systems and Systems Programming Lecture 14. Caching and Demand Paging

CS162 Operating Systems and Systems Programming Lecture 13. Caches and TLBs. Page 1

CS162 Operating Systems and Systems Programming Lecture 14. Caching and Demand Paging

Recall: Paging. Recall: Paging. Recall: Paging. CS162 Operating Systems and Systems Programming Lecture 13. Address Translation, Caching

CS162 Operating Systems and Systems Programming Lecture 14. Caching (Finished), Demand Paging

Page 1. Goals for Today" TLB organization" CS162 Operating Systems and Systems Programming Lecture 11. Page Allocation and Replacement"

CS162 Operating Systems and Systems Programming Lecture 14. Caching and Demand Paging

CS162 Operating Systems and Systems Programming Lecture 11 Page Allocation and Replacement"

CS162 Operating Systems and Systems Programming Lecture 13. Address Translation (con t) Caches and TLBs

Operating Systems (1DT020 & 1TT802) Lecture 9 Memory Management : Demand paging & page replacement. Léon Mugwaneza

COEN-4730 Computer Architecture Lecture 3 Review of Caches and Virtual Memory

COSC 6385 Computer Architecture. - Memory Hierarchies (I)

Modern Computer Architecture

CS162 Operating Systems and Systems Programming Lecture 12. Address Translation. Page 1

Memory Hierarchy Review

3/3/2014! Anthony D. Joseph!!CS162! UCB Spring 2014!

Memory Hierarchy. Maurizio Palesi. Maurizio Palesi 1

Memory Hierarchy. Maurizio Palesi. Maurizio Palesi 1

CPS 104 Computer Organization and Programming Lecture 20: Virtual Memory

CS152 Computer Architecture and Engineering Lecture 18: Virtual Memory

Page 1. Goals for Today" Important Aspects of Memory Multiplexing" Virtualizing Resources" CS162 Operating Systems and Systems Programming Lecture 9

CS252 S05. Main memory management. Memory hardware. The scale of things. Memory hardware (cont.) Bottleneck

CPS104 Computer Organization and Programming Lecture 16: Virtual Memory. Robert Wagner

14:332:331. Week 13 Basics of Cache

CISC 662 Graduate Computer Architecture Lecture 16 - Cache and virtual memory review

EECS151/251A Spring 2018 Digital Design and Integrated Circuits. Instructors: John Wawrzynek and Nick Weaver. Lecture 19: Caches EE141

ECE468 Computer Organization and Architecture. Memory Hierarchy

ECE468 Computer Organization and Architecture. Virtual Memory

ECE4680 Computer Organization and Architecture. Virtual Memory

CS 152 Computer Architecture and Engineering. Lecture 11 - Virtual Memory and Caches

Memory Hierarchy Technology. The Big Picture: Where are We Now? The Five Classic Components of a Computer

CS162 Operating Systems and Systems Programming Midterm Review"

14:332:331. Week 13 Basics of Cache

CS152 Computer Architecture and Engineering Lecture 17: Cache System

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Handout 4 Memory Hierarchy

CS 162 Operating Systems and Systems Programming Professor: Anthony D. Joseph Spring Lecture 13: Address Translation

Chapter 8. Virtual Memory

Memory Hierarchy Requirements. Three Advantages of Virtual Memory

EE 4683/5683: COMPUTER ARCHITECTURE

Page 1. Goals for Today" Virtualizing Resources" Important Aspects of Memory Multiplexing" CS162 Operating Systems and Systems Programming Lecture 20

CS 153 Design of Operating Systems Winter 2016

Memory hierarchy review. ECE 154B Dmitri Strukov

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

CPE 631 Lecture 04: CPU Caches

EEC 170 Computer Architecture Fall Cache Introduction Review. Review: The Memory Hierarchy. The Memory Hierarchy: Why Does it Work?

Memory Hierarchy. Goal: Fast, unlimited storage at a reasonable cost per bit.

CSC Memory System. A. A Hierarchy and Driving Forces

Course Administration

Question?! Processor comparison!

Virtual Memory. Motivations for VM Address translation Accelerating translation with TLBs

Lecture 17 Introduction to Memory Hierarchies" Why it s important " Fundamental lesson(s)" Suggested reading:" (HP Chapter

CS 61C: Great Ideas in Computer Architecture. Direct Mapped Caches

Virtual or Logical. Logical Addr. MMU (Memory Mgt. Unit) Physical. Addr. 1. (50 ns access)

LECTURE 11. Memory Hierarchy

Lecture 12. Memory Design & Caches, part 2. Christos Kozyrakis Stanford University

Let!s go back to a course goal... Let!s go back to a course goal... Question? Lecture 22 Introduction to Memory Hierarchies

Time. Who Cares About the Memory Hierarchy? Performance. Where Have We Been?

Performance! (1/latency)! 1000! 100! 10! Capacity Access Time Cost. CPU Registers 100s Bytes <10s ns. Cache K Bytes ns 1-0.

Memory Hierarchy, Fully Associative Caches. Instructor: Nick Riasanovsky

CS 333 Introduction to Operating Systems. Class 11 Virtual Memory (1) Jonathan Walpole Computer Science Portland State University

Reducing Hit Times. Critical Influence on cycle-time or CPI. small is always faster and can be put on chip

COSC 6385 Computer Architecture - Memory Hierarchies (I)

CSF Cache Introduction. [Adapted from Computer Organization and Design, Patterson & Hennessy, 2005]

CS 152 Computer Architecture and Engineering. Lecture 9 - Virtual Memory

CSE 153 Design of Operating Systems

Processes and Virtual Memory Concepts

CS 61C: Great Ideas in Computer Architecture. The Memory Hierarchy, Fully Associative Caches

Multi-level Translation. CS 537 Lecture 9 Paging. Example two-level page table. Multi-level Translation Analysis

CS162 - Operating Systems and Systems Programming. Address Translation => Paging"

Virtual Memory. Virtual Memory

Textbook: Burdea and Coiffet, Virtual Reality Technology, 2 nd Edition, Wiley, Textbook web site:

Computer Systems. Virtual Memory. Han, Hwansoo

CSE 120 Principles of Operating Systems

UC Berkeley CS61C : Machine Structures

Lecture 9 - Virtual Memory

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Virtual Memory: From Address Translation to Demand Paging

Memory Hierarchy. Mehran Rezaei

CPE300: Digital System Architecture and Design

Memory Management. Dr. Yingwu Zhu

Memory Hierarchy. ENG3380 Computer Organization and Architecture Cache Memory Part II. Topics. References. Memory Hierarchy

Virtual Memory. Daniel Sanchez Computer Science & Artificial Intelligence Lab M.I.T. November 15, MIT Fall 2018 L20-1

ECE331: Hardware Organization and Design

Memory Hierarchy: Motivation

CS 318 Principles of Operating Systems

CSE 120. Translation Lookaside Buffer (TLB) Implemented in Hardware. July 18, Day 5 Memory. Instructor: Neil Rhodes. Software TLB Management

Operating Systems. 09. Memory Management Part 1. Paul Krzyzanowski. Rutgers University. Spring 2015

Virtual Memory. Daniel Sanchez Computer Science & Artificial Intelligence Lab M.I.T. April 12, 2018 L16-1

ECE ECE4680

Memory Technologies. Technology Trends

Virtual Memory. Kevin Webb Swarthmore College March 8, 2018

Modern Virtual Memory Systems. Modern Virtual Memory Systems

CS3350B Computer Architecture

Introduction to Operating Systems

CS61C Review of Cache/VM/TLB. Lecture 26. April 30, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson)

Address Translation. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Transcription:

Review Address Segmentation " CS162 Operating Systems and Systems Programming Lecture 10 Caches and TLBs" February 23, 2011! Ion Stoica! http//inst.eecs.berkeley.edu/~cs162! 1111 0000" 1110 000" Seg #" base" limit" 00" 10 0000 01" 0101 0000" 10 0000 10" 0111 0000" 1 1000 11" 1011 0000" 1 0000 0111 0000" 0101 0000" seg #! offset" Lec 10.2! Review Address Segmentation " Review Address Segmentation " What happens if stack grows to 1110 0000?! 1110 000" Seg #" base" limit" 00" 10 0000 01" 0101 0000" 10 0000 10" 0111 0000" 1 1000 11" 1011 0000" 1 0000 0111 0000" 0101 0000" Seg #" base" limit" 00" 10 0000 01" 0101 0000" 10 0000 10" 0111 0000" 1 1000 11" 1011 0000" 1 0000 1110 000" No room to grow!! Buffer overflow error! 0111 0000" 0101 0000" seg #! offset" seg #! offset" Lec 10.3! Lec 10.4! Page 1

Review Paging" Page Table" 11111 11101" 11110 11100" 1111 0000" 11101 null " 11100 null " 11011 null" 11010 null" 11001 null" 11000 null" 10111 null" 10110 null" 10101 null" 10100 null" 10011 null" 10010 10000" 10001 01111" 10000 01110" 0111 000" 01111 null" 01110 null " 01101 null" 01100 null" 0101 000" 01011 01101 " 01010 01100 " 01001 01011" 01000 01010" 00111 null" 00101 null " 00100 null " 00110 null" 00011 00101" page #!offset" 00010 00100" 00001 00011" 00000 00010" Lec 10.5! Review Paging" Page Table" 11111 11101" 11110 11100" 11101 null " 11100 null " 11011 null" 11010 null" 11001 null" 11000 null" What happens if 10111 null" stack grows to 10110 null" 10101 null" 1110 0000?! 10100 null" 10011 null" 10010 10000" 10001 01111" 10000 01110" 0111 000" 01111 null" 01110 null " 01101 null" 0101 000" 01100 null" 01011 01101 " 01010 01100 " 01001 01011" 01000 01010" 00111 null" 00110 null" 00101 null " 00100 null " 00011 00101" page #!offset" 00010 00100" 00001 00011" Lec 10.6! 00000 00010" Review Paging" Page Table" 11111 11101" 11110 11100" 11101 10111" 11100 10110" 11011 null" 11010 null" 11001 null" 11000 null" 10111 null" 10110 null" 10101 null" 10100 null" 10011 null" 10010 10000" 10001 01111" 10000 01110" 01111 null" 01110 null" 01101 null" 01100 null" 01011 01101 " 01010 01100 " 01001 01011" 01000 01010" 00111 null" 00110 null" 00101 null " 00100 null " 00011 00101" page #!offset" 00010 00100" 00001 00011" 00000 00010" Allocate new pages where room!! 0111 000" 0101 000" Lec 10.7! page2 #! page1 #! offset" Review Two-Level Paging" Page Table" (level 1)" 111 " 110 null" 101 null" 100 " 011 null" 010 " 001 null" 000 " Page Tables" (level 2)" 11 11101 " 10 11100" 01 10111" 00 10110" 11 null " 10 10000" 01 01111" 00 01110" 11 01101 " 10 01100" 01 01011" 00 01010" 11 00101 " 10 00100" 01 00011" 00 00010" 0111 000" 0101 000" Lec 10.8! Page 2

1001 0000" Review Two-Level Paging" Page Table" (level 1)" 111 " 110 null" 101 null" 100 " 011 null" 010 " 001 null" 000 " Page Tables" (level 2)" 11 11101 " 10 11100" 01 10111" 00 10110" 11 null " 10 10000" 01 01111" 00 01110" 11 01101 " 10 01100" 01 01011" 00 01010" 11 00101 " 10 00100" 01 00011" 00 00010" Lec 10.9! page #!offset" Review Inverted Table" Inverted Table" hash(virt. page #) = " physical page #" 11111 11101" 11110 11100" 11101 10111" 11100 10110" 10010 10000" 10001 01111" 10000 01110" 01011 01101 " 01010 01100 " 01001 01011" 10000 01010 " 00011 00101" 00010 00100" 00001 00011" 00000 00010" 0111 000" 0101 000" Lec 10.10! Address Translation Comparison" Advantages" Segmentation! Fast context switching Segment mapping maintained by CPU! Paging (single-level page)! Paged segmentation! Two-level pages! Inverted Table! No external fragmentation! No external fragmentation! Table size ~ memory used by program! Disadvantages" External fragmentation! Large size Table size ~ virtual memory! Internal fragmentation! Multiple memory references per page access! Internal fragmentation! Hash function more complex! Lec 10.11! Simple Page Table Example" i" j" k" 0000 1000" 0x08" l" e" f" g" 0x04" h" 0000 0100" a" b" c" 0x00" d" virtual! offset! page #! 1" 3" 4" Page" Table" 0000 0100" 0000 1100" Example (4 byte pages)" a" b" c" 0x10" d" e" f" g" 0x0C" h" 0x04" i" j" k" l" 0x00" Lec 10.12! Page 3

How is the translation accomplished?" CPU" Addresses" MMU" Addresses" What, exactly happens inside Memory Management Unit (MMU)?! One possibility Hardware Tree Traversal! For each virtual address, takes page table base pointer and traverses the page table in hardware! Generates a Page Fault if invalid Paget Table Entry (PTE)!» Fault handler will decide what to do (see next)! Pros Relatively fast (but still many memory accesses!)! Cons Inflexible, Complex hardware! Another possibility Software! Each traversal done in software! Pros Very flexible! Cons Every translation must invoke Fault!! In fact, need way to cache translations for either case!! Lec 10.13! Goals for Today" Caching! Misses! Organization! Translation Look aside Buffers (TLBs)! Note Some slides and/or pictures in the following are adapted from slides 2005 Silberschatz, Galvin, and Gagne. Many slides generated from lecture notes by Kubiatowicz." Lec 10.14! Caching Concept" Why Bother with Caching?" Cache a repository for copies that can be accessed more quickly than the original! Make frequent case fast and infrequent case less dominant! Caching underlies many of the techniques that are used today to make computers fast! Can cache memory locations, address translations, pages, file blocks, file names, network routes, etc! Only good if! Frequent case frequent enough and! Infrequent case not too expensive! Important measure Average Access time =!(Hit Rate x Hit Time) + (Miss Rate x Miss Time)! Lec 10.15! Performance" 1000" 100" 10" 1" Processor-DRAM Memory Gap (latency)" Mooreʼs Law! (really Joyʼs Law)! 1980" 1981" 1982" 1983" 1984" 1985" 1986" 1987" 1988" 1989" 1990" 1991" 1992" 1993" 1994" 1995" 1996" 1997" 1998" 1999" 2000" Time" µproc! CPU! 60%/yr.! (2X/1.5yr)! Processor- Performance Gap (grows 50% / year)" DRAM! DRAM! 9%/yr.! (2X/10 yrs)! Lec 10.16! Page 4

Another Major Reason to Deal with Caching" Virtual " Address" Seg #" Page #" Base0"Limit0" V" Base1"Limit1" V" Base2"Limit2" V" Base3"Limit3" N" Base4"Limit4" V" Base5"Limit5" N" Base6"Limit6" N" Base7"Limit7" V" Offset" >" page #0" page #1" page #2" page #3" page #4" page #5" Access" Error" V,R" V,R" V,R,W" V,R,W" N" V,R,W" Page #" Offset" Physical Address Check Perm" Access" Error" Cannot afford to translate on every access! At least three DRAM accesses per actual DRAM access! Or perhaps I/O if page table partially on disk!! Solution? Cache translations!! Translation Cache TLB ( Translation Lookaside Buffer )! Why Does Caching Help? Locality!" Probability of reference 0 2 Address Space n - 1 Temporal Locality (Locality in Time)! Keep recently accessed data items closer to processor! Spatial Locality (Locality in Space)! Move contiguous blocks to the upper levels! To Processor From Processor Upper Level Memory Blk X Lower Level Memory Blk Y Lec 10.17! Lec 10.18! Review Memory Hierarchy" Take advantage of the principle of locality to! Present as much memory as in the cheapest technology! Provide access at speed offered by the fastest technology! Datapath" Processor" Control" Registers" On-Chip" Cache" Second" Level" Cache" (SRAM)" Main" (DRAM)" Secondary" Storage" (Disk)" Speed (ns)" 1s" 10s-100s" 100s" 10,000,000s " (10s ms)" Size (bytes)" 100s" Ks-Ms" Ms" Gs" Tertiary" Storage" (Tape)" 10,000,000,000s " (10s sec)" Ts" Lec 10.19! Processor" Example" Data in memory, no cache" Access time = 100ns" Data in memory, 10ns cache" Processor" Second" Level" Cache" (SRAM)" Main" (DRAM)" 100ns" Main" (DRAM)" 10ns" Average Access time = " 100ns" (Hit Rate x HitTime) + (Miss Rate x MissTime)" HitRate + MissRate = 1" HitRate = 90% Average Access Time = 19ns" HitRate = 99% Average Access Time = 10.9ns" Lec 10.20! Page 5

Review Sources of Cache Misses" Compulsory (cold start) first reference to a block! Cold fact of life not a whole lot you can do about it! Note When running billions of instruction, Compulsory Misses are insignificant! Capacity! Cache cannot contain all blocks access by the program! Solution increase cache size! Conflict (collision)! Multiple memory locations mapped to same cache location! Solutions increase cache size, or increase associativity! Two others! Coherence (Invalidation) other process (e.g., I/O) updates memory! Policy Due to non-optimal replacement policy! Lec 10.21! Direct Mapped Cache" Cache index selects a cache block! Byte select selects byte within cache block! Example Block Size=32B blocks! Cache tag fully identifies the cached Data with same cache tag shares the same cache entry! Conflict misses! 31 Compare 8 Cache Index Valid Bit Byte 31 Byte 63 4 Byte Select Cache Data Hit Ex 0x01 Byte 1 0 Byte 0 Byte 33 Byte 32 Lec 10.22! Valid 31 Cache Data Cache Block 0 Set Associative Cache" N-way set associative N entries per Cache Index! N direct mapped caches operates in parallel! Example Two-way set associative cache! Two tags in the set are compared to input in parallel! Data is selected based on the tag result! Compare 1 Sel1 OR Cache Index 2/23! Ion Stoica Hit CS162 UCB Spring 2011! Cache Block 8 Mux 0 Sel0 Cache Data Cache Block 0 4 Byte Select Compare 0 Lec 10.23! Valid Fully Associative Cache" Fully Associative Every block can hold any line! Address does not include a cache index! Compare s of all Cache Entries in Parallel! Example Block Size=32B blocks! We need N 27-bit comparators! Still have byte select to choose from within block! 31 = = = = = (27 bits long) Valid Bit Byte 31 Byte 63 4 Cache Data Byte Select Ex 0x01 Byte 1 0 Byte 0 Byte 33 Byte 32 Lec 10.24! Page 6

Administrivia" Project 1 due! Code Tuesday, March 1 st! Final document, peer evaluation Wednesday, March 2 nd! Project 2 starts after you are done with Project 1! Peer evaluation! Individually submit a form with a quantitative assessment of the relative contributions of each of your teammates, excluding yourself! You have 100 points to allocate among your teammates, proportional to how much they contributed to just this assignment.! 5min Break" Lec 10.25! Lec 10.26! Example Block 12 placed in 8 block cache! Direct mapped block 12 (01100) can go only into block 4 (12 mod 8) Block no. Where does a Block Get Placed in a Cache?" Block no. 0 1 2 3 4 5 6 7 32-Block Address Space 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 Block no. Set associative block 12 can go anywhere in set 0 (12 mod 4) 0 1 2 3 4 5 6 7 Block no. Fully associative block 12 can go anywhere 0 1 2 3 4 5 6 7 Which block should be replaced on a miss?" Easy for Direct Mapped Only one possibility! Set Associative or Fully Associative! Random! LRU (Least Recently Used)!! 2-way! 4-way! 8-way Size!LRU! Random! LRU! Random! LRU! Random!!16 KB!5.2%!5.7%! 4.7%!5.3%!4.4%! 5.0%!!64 KB!1.9%!2.0%! 1.5%!1.7%!1.4%! 1.5%!!256 KB!1.15%!1.17%! 1.13%! 1.13%!1.12%! 1.12%! 01" 100" Set Set Set Set 011" 00" 0 1 2 3 tag" index" tag" index" 01100" tag" Lec 10.27! Lec 10.28! Page 7

What happens on a write?" Write through The information is written both to the block in the cache and to the block in the lower-level memory! Write back The information is written only to the block in the cache.! Modified cache block is written to main memory only when it is replaced! Question is block clean or dirty?! Pros and Cons of each?! WT!» PRO read misses cannot result in writes!» CON processor held up on writes unless writes buffered! WB!» PRO repeated writes not sent to DRAM! processor not held up on writes!» CON More complex! Read miss may require writeback of dirty Lec 10.29! Caching Applied to Address Translation" CPU" Address" TLB" Cached?" Yes" No" Translate" (MMU)" Save" Result" Data Read or Write" (untranslated)" Question is one of page locality does it exist?! Instruction accesses spend a lot of time on the same page (since accesses sequential)! Stack accesses have definite locality of reference! Data accesses have less page locality, but still some! Can we have a TLB hierarchy?! Sure multiple levels at different sizes/speeds! Address" Lec 10.30! What Actually Happens on a TLB Miss?" Hardware traversed page tables! On TLB miss, hardware in MMU looks at current page table to fill TLB (may walk multiple levels)!» If PTE valid, hardware fills TLB and processor never knows!» If PTE marked as invalid, causes Page Fault, after which kernel decides what to do afterwards! Software traversed Page tables! On TLB miss, processor receives TLB fault! Kernel traverses page table to find PTE!» If PTE valid, fills TLB and returns from fault!» If PTE marked as invalid, internally calls Page Fault handler! Most chip sets provide hardware traversal! Modern operating systems tend to have more TLB faults since they use translation for many things! Examples!» shared segments!» user-level portions of an operating system! What happens on a Context Switch?" Need to do something, since TLBs map virtual addresses to physical addresses! Address Space just changed, so TLB entries no longer valid!! Options?! Invalidate TLB simple but might be expensive!» What if switching frequently between processes?! Include ProcessID in TLB!» This is an architectural solution needs hardware! What if translation tables change?! For example, to move page from memory to disk or vice versa! Must invalidate TLB entry!!» Otherwise, might think that page is still in memory!! Lec 10.31! Lec 10.32! Page 8

What TLB organization makes sense?" CPU" TLB" Cache" Needs to be really fast! Critical path of memory access! Seems to argue for Direct Mapped or Low Associativity! However, needs to have very few conflicts!! With TLB, the Miss Time extremely high!! This argues that cost of Conflict (Miss Time) is much higher than slightly increased cost of access (Hit Time)! Thrashing continuous conflicts between accesses! What if use low order bits of page as index into TLB?!» First page of code, data, stack may map to same entry!» Need 3-way associativity at least?! What if use high order bits as index?!» TLB mostly unused for small programs! TLB organization include protection" How big does TLB actually have to be?! Usually small 128-512 entries! Not very big, can support higher associativity! TLB usually organized as fully-associative cache! Lookup is by Virtual Address! Returns Physical Address + other info! What happens when fully-associative is too slow?! Put a small (4-16 entry) direct-mapped cache in front! Called a TLB Slice! When does TLB lookup occur?! Before cache lookup?! In parallel with cache lookup?! Lec 10.33! Lec 10.34! Reducing translation time further" As described, TLB lookup is in serial with cache lookup! Virtual Address V page no. 10 offset Here is how this might work with a 4K cache! 32" Overlapping TLB & Cache Access" TLB" assoc" lookup" index" 4K Cache" 1 K" TLB Lookup V Access Rights PA P page no. Machines with TLBs go one step further they overlap TLB lookup with cache access.! Works because offset available early! offset 10 Physical Address Lec 10.35! Hit/" Miss" PA" 20" page #" 10" 2" disp" 00" What if cache size is increased to 8KB?! Overlap not complete! Need to do something else. See CS152/252! Another option Virtual Caches! Tags in cache are virtual addresses! Translation only happens on cache misses! =" 4 bytes" PA" Data" Hit/" Miss" Lec 10.36! Page 9

Demand Paging" Modern programs require a lot of physical memory! Memory per system growing faster than 25%-30%/year! But they donʼt use all their memory all of the time! 90-10 rule programs spend 90% of their time in 10% of their Wasteful to require all of userʼs code to be in memory! Solution use main memory as cache for disk! Datapath Processor Control On-Chip Cache Second Level Cache (SRAM) Main Memory (DRAM) Caching" Secondary Storage (Disk) Tertiary Storage (Tape) " Illusion of Infinite TLB Page" Table" Disk" 500GB" Memory 4 GB" 512 MB" Disk is larger than physical memory! In-use virtual memory can be bigger than physical memory! Combined memory of running processes much larger than physical memory! Principle Transparent Level of Indirection (page table)! Supports flexible placement of physical» Data could be on disk or somewhere across network! Variable location of data transparent to user program!» Performance issue, not correctness issue! Lec 10.37! Lec 10.38! Demand Paging is Caching" Since Demand Paging is Caching, must ask! What is block size?!» 1 page! What is organization of this cache (i.e. direct-mapped, setassociative, fully-associative)?!» Fully associative arbitrary virtual physical mapping! How do we find a page in the cache when look for it?!» First check TLB, then page-table traversal! What is page replacement policy? (i.e. LRU, Random )!» This requires more explanation (kinda LRU)! What happens on a miss?!» Go to lower level to fill miss (i.e. disk)! What happens on a write? (write-through, write back)!» Definitely write-back. Need a dirty bit (D)!! Lec 10.39! Demand Paging Mechanisms" PTE helps us implement demand paging! Valid Page in memory, PTE points at physical page! Not Valid Page not in memory; use info in PTE to find it on disk when necessary! Suppose user references page with invalid PTE?! Memory Management Unit (MMU) traps to OS!» Resulting trap is a Page Fault! What does OS do on a Page Fault?!» Choose an old page to replace!» If old page modified ( D=1 ), write contents back to disk!» Change its PTE and any cached TLB to be invalid!» Load new page into memory from disk!» Update page table entry, invalidate TLB for new entry!» Continue thread from original faulting location! TLB for new page will be loaded when thread continued!! While pulling pages off disk for one process, OS runs another process from ready queue!» Suspended process sits on wait queue! Lec 10.40! Page 10

Summary (1/2)" The Principle of Locality! Program likely to access a relatively small portion of the address space at any instant of time.!» Temporal Locality Locality in Time!» Spatial Locality Locality in Space! Three (+1) Major Categories of Cache Misses! Compulsory Misses sad facts of life. Example cold start misses.! Conflict Misses increase cache size and/or associativity! Capacity Misses increase cache size! Coherence Misses Caused by external processors or I/O devices! Cache Organizations! Direct Mapped single block per set! Set associative more than one block per set! Fully associative all entries equivalent! Summary (2/2)" TLB is cache on translations! Fully associative to reduce conflicts! Can be overlapped with cache access! Demand Paging! Treat memory as cache on disk! Cache miss get page from disk! Transparent Level of Indirection! User program is unaware of activities of OS behind scenes! Data can be moved without affecting application correctness! Lec 10.41! Lec 10.42! Page 11