Check out the new USENIX Web site. next up previous
Next: IA64 Up: Other Architectures Previous: Hardware Breakpoints

Page Protection

Most architectures allow some protection mechanism to limit access to virtual pages. By marking stack pages as unaccessible (for both reads and writes), the kernel could guarantee a trap every time the stack is accessed. Unfortunately, the kernel will be notified for every stack access. A variation of this method proved too costly on IA32 under the MemGuard implementation [4] briefly described later.



2001-05-12