Shared Page Tables Redux
Submitted by admin on Thu, 2006-08-03 15:15
When a large memory region is shared each process currently maps it using its own page tables. When several processes map the same region the overhead for these page tables is significant. Shared page tables allows the processes to all use the same set of page tables for the shared region. This results in significant memory savings and performance gains.
In this paper I will discuss how page tables are shared, how the decision to share is made, the issues it introduces in the memory management subsystem, and what applications can benefit from it.
...
Download PDF.
»
- Add new comment
- 1725 reads








Recent comments
3 weeks 4 days ago
3 weeks 4 days ago
5 weeks 2 days ago
9 weeks 2 days ago
11 weeks 2 days ago
11 weeks 2 days ago
11 weeks 2 days ago
11 weeks 6 days ago
15 weeks 1 day ago
16 weeks 3 days ago