From b1f7eb80ec0a61a271182460ecb39933d6d5d4f0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 4 Jan 2006 21:07:01 +0000 Subject: [PATCH] Grammar. From Godmar Back. --- doc/vm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vm.texi b/doc/vm.texi index bc7fd46..544701a 100644 --- a/doc/vm.texi +++ b/doc/vm.texi @@ -479,7 +479,7 @@ script, so the code you turn in must properly handle all cases. Implement stack growth. In project 2, the stack was a single page at the top of the user virtual address space, and programs were limited to that much stack. Now, if the stack grows past its current size, -allocate additional page as necessary. +allocate additional pages as necessary. Allocate additional pages only if they ``appear'' to be stack accesses. Devise a heuristic that attempts to distinguish stack accesses from -- 2.30.2