From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: stack calibration Date: Fri, 27 Mar 2009 18:29:51 -0400 Message-ID: <2bc5f8210903271529o168fd9e8n5b51890a5a3a82f4@mail.gmail.com> References: <602253.72936.qm@web37907.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238193014 17875 80.91.229.12 (27 Mar 2009 22:30:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 22:30:14 +0000 (UTC) Cc: guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 27 23:31:31 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LnKaD-0007C7-7Z for guile-devel@m.gmane.org; Fri, 27 Mar 2009 23:31:25 +0100 Original-Received: from localhost ([127.0.0.1]:45701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnKYp-0003PY-WB for guile-devel@m.gmane.org; Fri, 27 Mar 2009 18:30:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnKYn-0003Np-6v for guile-devel@gnu.org; Fri, 27 Mar 2009 18:29:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnKYi-0003KC-NF for guile-devel@gnu.org; Fri, 27 Mar 2009 18:29:56 -0400 Original-Received: from [199.232.76.173] (port=33035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnKYi-0003K9-HB for guile-devel@gnu.org; Fri, 27 Mar 2009 18:29:52 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.250]:63771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnKYi-0000zO-6o for guile-devel@gnu.org; Fri, 27 Mar 2009 18:29:52 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so837175ana.21 for ; Fri, 27 Mar 2009 15:29:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3EE11U6fJ26JYized1pR8hdvFcx9hZ/1ko4YsHhNoCA=; b=wNbdS3GKhbNFkJ6r4uK3zema36iemiCwrqLQapnJX/6PhunBKkJ5JADKK4xCvHS43/ OlJk08Y0OFA04fp9XDqQnCLvxDhVWhGRQauYg4d9bzKdbInKV9M2QWh6uHCyiYyxTK9I PINMbDX48VL+hq6CnJJbeB2A9SXhl32SGxPYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=o+g/DSZDa1R6uVMIBsqZivQQOKwLzSP6XZM0yskBUeFWw/4idjHJWQGIvdzaP+cptq 2VVjb8puYt5LlkA+b5xdRGHl4x8JV3OUXzPKJAXUUDaAB38UabrX/IiSIN6dKuqEhZFr QCBFEoO6qgEjhiXfJiIhyBtxhJ7LvieddYVhg= Original-Received: by 10.100.216.10 with SMTP id o10mr2197975ang.86.1238192991197; Fri, 27 Mar 2009 15:29:51 -0700 (PDT) In-Reply-To: <602253.72936.qm@web37907.mail.mud.yahoo.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8346 Archived-At: I do this as well, FWIW. > I=A0always set=A0the stack limit higher, so that I can run a version > that has been compiled without optimization, for the sake of > GDB.