Object-based Reverse Mapping
Physical to virtual translation of user addresses (reverse mapping) has long been sought after to improve the pageout algorithms of the VM. An implementation was added to 2.6 that uses back pointers from each page to its mapping (pte chains). While pte chains do work, they add significant space overhead and significant time overhead during page mapping/unmapping and fork/exit.
I will describe an alternative method of reverse mapping based on the object each page belongs to. I will discuss the partial implementation I did last year as well as the work done by Hugh Dickins and Andrea Arcangelli to complete it. I will describe the current implementations, their relative strengths and weaknesses, and what plans if any there are for solutions to the remaining issues.
...
Download PDF.
- Add new comment
- 1930 reads









Recent comments
15 hours 31 min ago
2 days 5 hours ago
3 weeks 3 days ago
8 weeks 4 hours ago
8 weeks 4 hours ago
9 weeks 4 days ago
13 weeks 5 days ago
15 weeks 4 days ago
15 weeks 4 days ago
15 weeks 4 days ago