From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19653 invoked by alias); 29 Jul 2002 23:46:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19646 invoked from network); 29 Jul 2002 23:46:41 -0000 Received: from unknown (HELO mx2.redhat.com) (205.180.83.106) by sources.redhat.com with SMTP; 29 Jul 2002 23:46:41 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g6TNWAs07576; Mon, 29 Jul 2002 19:32:10 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g6TNkeu19203; Mon, 29 Jul 2002 19:46:40 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6TNkYj21192; Mon, 29 Jul 2002 16:46:34 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g6TNkbR01068; Mon, 29 Jul 2002 16:46:37 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 30 Jul 2002 07:02:00 -0000 From: Richard Henderson To: Mike Lerwill Cc: "Gcc@Gcc. Gnu. Org" Subject: Re: use of alloca in function prologue Message-ID: <20020729164637.A1051@redhat.com> Mail-Followup-To: Richard Henderson , Mike Lerwill , "Gcc@Gcc. Gnu. Org" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mlist@ml-solutions.co.uk on Sat, Jul 27, 2002 at 01:59:16PM +0100 X-SW-Source: 2002-07/txt/msg01399.txt.bz2 On Sat, Jul 27, 2002 at 01:59:16PM +0100, Mike Lerwill wrote: > When allocating a large amount function local variables the prologue uses > alloca instead of simple stack allocation. This only happens when configured for a windows target, as that's what the ABI sez. > Is there any way to work around this (I don't have alloca implemented) Configure for a different target. r~