Protection traps and alternatives for memory management of an object-oriented language

Antony L. Hosking, J. Eliot B. Moss
1993 Proceedings of the fourteenth ACM symposium on Operating systems principles - SOSP '93  
Many operating systems allow user programs to specify the protection level (inaccessible, read-only, read-write) of pages in their virtual memory address space, and to handle any protection violations that may occur. Such page-protection techniques have been exploited by several user-level algorithms for applications including generational garbage collection and persistent stores. Unfortunately, modern hardware has made efficient handling of page protection faults more difficult. Moreover,
more » ... sized granularity may not match the natural granularity of a given application. In light of these problems, we reevaluate the usefulness of pageprotection primitives in such applications, by comparing the performance of implementations that make use of the primitives with others that do not. Our results show that for certain applications software solutions outperform solutions that rely on page-protection or other related virtual memory primitives.
doi:10.1145/168619.168628 dblp:conf/sosp/HoskingM93 fatcat:mvsxcrierjcxrc2cswvxfbu4p4