From owner-freebsd-current Sun Apr 14 13:15:08 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11273 for current-outgoing; Sun, 14 Apr 1996 13:15:08 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA11267 for ; Sun, 14 Apr 1996 13:15:05 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA07351; Sun, 14 Apr 1996 13:12:14 -0700 From: Terry Lambert Message-Id: <199604142012.NAA07351@phaeton.artisoft.com> Subject: Re: ed_start() panic revisited To: scrappy@ki.net (Marc G. Fournier) Date: Sun, 14 Apr 1996 13:12:13 -0700 (MST) Cc: terry@lambert.org, current@FreeBSD.org In-Reply-To: from "Marc G. Fournier" at Apr 13, 96 08:05:26 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > volatile frame? type? > > > > Ignorantly, he inquires...Huh? Prevent loop unlrolling and register optimization of the variables that could be screwing up by declaring them volatile. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.