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 平均访存时间