Virtual Memory(4):page table过大如何解决? 介绍virtual memory中如何处理page table过大的问题,比如多级page table。 2022-11-06 计算机基础 virtual memory page table multilevel page table inverted page table virtualized page tables Virtual Memory(3):Page fault 介绍virtual memory中page fault如何判断以及如何处理。 2022-10-30 计算机基础 virtual memory page fault page table LRU Virtual Memory(2):使用page table加快page的查找 介绍virtual memory在用fully associative减少page fault后,如何通过page table提高查询速度。 2022-10-30 计算机基础 fully associative virtual memory page fault page table Virtual Memory(1):简介 简要概述virtual memory要解决的问题以及如何解决的。 2022-10-29 计算机基础 virtual memory physical memory address mapping page page fault Cache的性能调优(3):减少miss penalty-multilevel cache 介绍对于cache中miss penalty的解决方法——multilevel cache。 2022-10-27 计算机基础 multilevel cache L1 cache L2 cache Cache的性能调优(2):减少miss rate-set associative 介绍对于cache中miss rate的解决方法——set associative。 2022-10-26 计算机基础 set associative fully associative direct mapped cache Cache的性能调优(1):性能量化 介绍对于cache性能的量化方法,为后续性能调优奠定基础。 2022-10-24 计算机基础 cache 平均访存时间 Cache的工作原理(3):写数据 介绍对于cache的写数据过程,以及当hit和miss时的不同策略。 2022-10-23 计算机基础 memory cache write allocation no write allocation write through write back write policy Cache的工作原理(2):读数据 介绍对于cache的读数据过程,以及容量计算、内存对齐等一些注意事项。 2022-10-23 计算机基础 memory cache 内存对齐 cache capacity Cache的工作原理(1):基本介绍 介绍基本的cache内容和direct-mapped cache structure 2022-10-18 计算机基础 memory cache 计算机的存储器层次结构 介绍计算机中的不同存储设备构成的多级层次结构,从而提升访问性能。 2022-10-16 计算机基础 存储器 memory hierarchy memory cache disk