User Tools

Site Tools


buzzword

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
buzzword [2018/05/26 08:55] juangbuzzword [2019/02/12 16:34] (current) – external edit 127.0.0.1
Line 894: Line 894:
   * Capacitor and logic manufacturing technologies   * Capacitor and logic manufacturing technologies
   * DRAM vs SRAM   * DRAM vs SRAM
-  * Mature and immature memory technologies FlashPhase Change MemoryMagnetic RAMResistive RAM+  * Mature and immature memory technologies  
 +      * Flash 
 +      * Phase Change Memory 
 +      * Magnetic RAM 
 +      * Resistive RAM
   * Memory hierarchy   * Memory hierarchy
   * Temporal locality   * Temporal locality
Line 920: Line 924:
   * Degree of associativity   * Degree of associativity
   * Insertion, promotion, and eviction (replacement)   * Insertion, promotion, and eviction (replacement)
-  * RandomFIFOLeast recently usedNot most recently used, and least frequently used replacement policies+  * Replacement policies 
 +      * Random 
 +      * FIFO 
 +      * Least recently used 
 +      * Not most recently used 
 +      * Least frequently used
   * Implementing LRU   * Implementing LRU
   * Set thrashing   * Set thrashing
 +
 +===== Lecture 25a (31.05 Thu.) =====
 +  * Cache Tag
 +  * Tag Store Entry
 +  * Valid Bit
 +  * Dirty Bit
 +  * Replacement Policy Bit
 +  * Write-Back Cache
 +  * Write-Through Cache
 +  * Cache Coherence
 +  * Cache Consistency
 +  * Write Combining
 +  * (No-)Allocate on Write Miss
 +  * First-Level Cache
 +  * Second-Level Cache
 +  * Last-Level Cache
 +  * Sub-blocked (Sectored) Caches
 +  * Instruction Cache
 +  * Data Cache
 +  * Unified Instruction and Data Cache
 +  * Cache Management Policy
 +  * Cache Hit/Miss Rate
 +  * Cache Block Size
 +  * Critical-Word First
 +  * Working Set
 +  * Set Associativity
 +  * Compulsory Cache Miss
 +  * Capacity Cache Miss
 +  * Conflict Cache Miss
 +  * Loop Interchange
 +  * Loop Fusion
 +  * Array Merging
 +  * Shared vs. Private Caches
 +  * Cache Contention
 +  * Performance Isolation
 +  * Quality of Service
 +  * Starvation
 +  * Dynamic Cache Partitioning
 +
 +===== Lecture 25b (31.05 Thu.) =====
 +  * Virtual Memory
 +  * Physical Memory
 +  * Virtual Memory Address
 +  * Physical Memory Address
 +  * Code/Data Relocation
 +  * Memory Isolation
 +  * Memory Protection
 +  * Code/Data Sharing
 +  * Address Indirection
 +  * Virtual Address Translation
 +  * x86 Linear Address
 +  * Virtual Memory Page
 +  * Physical Memory Frame
 +  * Page Size
 +  * Page Table
 +  * Demand Paging
 +  * Page Replacement
 +  * Page Granularity
 +  * Virtual Page Number
 +  * Physical Frame Number
 +  * Page Fault
 +  * Translation Lookaside Buffer (TLB)
buzzword.1527324914.txt.gz · Last modified: 2019/02/12 16:34 (external edit)