Title :
A fast translation method for paging on top of segmentation
Author :
Dally, William J.
Author_Institution :
Artificial Intelligence Lab., MIT, Cambridge, MA, USA
fDate :
2/1/1992 12:00:00 AM
Abstract :
A description is presented of a fast, one-step translation method that implements paging on top of segmentation. This method translates a virtual address into a physical address, performing both the segmentation and paging translations, with a single TLB (translation lookaside buffer) read and a short add. Previous methods performed this translation in two steps and required two TLB reads and a long add. Using the fast method, the fine-grain protection and relocation of segmentation combined with paging can be provided with delay and complexity comparable to paging-only systems. This method allows small segments, particularly important in object-oriented programming systems, to be managed efficiently
Keywords :
virtual storage; TLB reads; fine grain relocation; fine-grain protection; object-oriented programming; one-step translation; paging; physical address; segmentation; translation lookaside buffer; virtual address; Algorithm design and analysis; Code standards; Decoding; Equations; Memory management; Object oriented modeling; Object oriented programming; Polynomials; Protection; Reed-Solomon codes;
Journal_Title :
Computers, IEEE Transactions on