Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!mark.umcp-cs@udel-relay From: mark.umcp-cs%udel-relay@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: stack memory allocation Message-ID: <2775@sri-arpa.UUCP> Date: Sat, 2-Jul-83 11:48:57 EDT Article-I.D.: sri-arpa.2775 Posted: Sat Jul 2 11:48:57 1983 Date-Received: Sat, 9-Jul-83 20:07:48 EDT Lines: 7 From: Mark WeiserEven if the compiler does mung with the SP, it should still be safe to allocate from it. Whatever the compiler does it should do from the current sp value, which is the one you updated to leave space for your array.