Tools and Strategies for the Development of Application-Specific Virtual Memory Management

Keith Krueger

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-94-822
May 1994

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/CSD-94-822.pdf

Although traditional virtual memory management policies perform well for most applications, several important applications, including database management systems, scientific applications, and multimedia systems, have poor paging performance. They access memory in unique ways that are not handled well by the default virtual memory manager. New approaches to the management of memory should be developed, that support application-specific tuning of the virtual memory management system.

Some existing systems address aspects of this problem, and allow application-specific memory management. They don't, however, provide adequate programmer support for the development of such management, and don't provide sufficient tool support for judging the memory access efficiency of applications.

To help software developers build application-specific virtual memory managers, the user-level virtual memory subsystem should include an easily extensible pager. Also, interactive graphical performance monitors should be provided to help programmers judge the effectiveness of their virtual memory management policy.

This paper describes current application-specific virtual memory systems and describes two tools that help in building application-specific virtual memory managers: (1) an extensible user-level pager, built on a virtual memory management system that supports application-specific tuning, and (2) a graphical performance analysis tool, called VMProf. These tools are demonstrated by using them to tune a scientific application.


BibTeX citation:

@techreport{Krueger:CSD-94-822,
    Author = {Krueger, Keith},
    Title = {Tools and Strategies for the Development of Application-Specific Virtual Memory Management},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1994},
    Month = {May},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/5613.html},
    Number = {UCB/CSD-94-822},
    Abstract = {Although traditional virtual memory management policies perform well for most applications, several important applications, including database management systems, scientific applications, and multimedia systems, have poor paging performance. They access memory in unique ways that are not handled well by the default virtual memory manager. New approaches to the management of memory should be developed, that support application-specific tuning of the virtual memory management system. <p>Some existing systems address aspects of this problem, and allow application-specific memory management. They don't, however, provide adequate programmer support for the development of such management, and don't provide sufficient tool support for judging the memory access efficiency of applications. <p>To help software developers build application-specific virtual memory managers, the user-level virtual memory subsystem should include an easily extensible pager. Also, interactive graphical performance monitors should be provided to help programmers judge the effectiveness of their virtual memory management policy. <p>This paper describes current application-specific virtual memory systems and describes two tools that help in building application-specific virtual memory managers: (1) an extensible user-level pager, built on a virtual memory management system that supports application-specific tuning, and (2) a graphical performance analysis tool, called VMProf. These tools are demonstrated by using them to tune a scientific application.}
}

EndNote citation:

%0 Report
%A Krueger, Keith
%T Tools and Strategies for the Development of Application-Specific Virtual Memory Management
%I EECS Department, University of California, Berkeley
%D 1994
%@ UCB/CSD-94-822
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/5613.html
%F Krueger:CSD-94-822