Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!decvax!ima!haddock!karl From: karl@haddock.ima.isc.com (Karl Heuer) Newsgroups: comp.lang.c Subject: Re: setjmp/longjmp question Message-ID: <11945@haddock.ima.isc.com> Date: 3 Mar 89 21:06:03 GMT References: <8514@polyslo.CalPoly.EDU> <1989Feb26.012335.12938@utzoo.uucp> <419@chem.ucsd.EDU> Reply-To: karl@haddock.ima.isc.com (Karl Heuer) Organization: Interactive Systems, Boston Lines: 9 >>>Would longjmp() clober all local variables... >>It could. >Even if the local variable is an array? Yes, even then it could. For example, an auto array with small dimension might be cached into registers if all of the associated address arithmetic is visible to the compiler at compile-time. Karl W. Z. Heuer (ima!haddock!karl or karl@haddock.isc.com), The Walking Lint