Study note

Virtual Memory: A Deep Dive into Page Tables, TLBs, and Linux Internals

Properties

Type
Blogs
Status
待读
Domain
Systems
Category
内存管理与虚拟内存
Source
blog.codingconfessions.com
Vault note
library/articles/systems/Virtual-Memory-A-Deep-Dive-into-Page-Tables,-TLBs,-and-Linux-Internals-f6b79071b37c8b32.md

Summary

Coding Confessions 的虚拟内存深潜文章,聚焦 page table、TLB、地址翻译、Linux internals 和虚拟内存对性能/隔离的影响。

Highlights

适合把“虚拟地址到物理地址”这条链路读细,尤其适合配合 Linux 内存管理和 perf 现象理解。

Notes

Virtual memory、page table、TLB 和 Linux internals。

Comments

Loading comments...