Path: utzoo!utgpu!water!watmath!clyde!att!alberta!ubc-cs!uw-beaver!cornell!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mcgill-vision!mouse From: mouse@mcgill-vision.UUCP (der Mouse) Newsgroups: comp.lang.c Subject: Re: alloca(), #if, and other controversial things... Message-ID: <1257@mcgill-vision.UUCP> Date: 23 Aug 88 09:16:33 GMT References: <8808171410.AA05337@ucbvax.Berkeley.EDU> <1259@garth.UUCP> <355@sdrc.UUCP> Organization: McGill University, Montreal Lines: 14 In article <355@sdrc.UUCP>, scjones@sdrc.UUCP (Larry Jones) writes: > Just to confuse the discussion further, what about machines / > operating systems which do not have a stack? I would expect an implementation of C on such a machine to provide a stack, implemented in software to the extent that it isn't supported by the hardware. Not that it must, of course; I can imagine a C compiler for a Lisp Machine which doesn't put automatics on the stack. But I would be somewhat surprised to find one that didn't. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu