From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22190 invoked by alias); 30 Nov 2004 15:05:23 -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 21501 invoked from network); 30 Nov 2004 15:04:47 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sourceware.org with SMTP; 30 Nov 2004 15:04:47 -0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id DCDCC9646; Tue, 30 Nov 2004 10:04:46 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00241-01-4; Tue, 30 Nov 2004 10:04:46 -0500 (EST) Received: from [127.0.0.1] (taconic.gnat.com [205.232.38.103]) by nile.gnat.com (Postfix) with ESMTP id 8EDC09618; Tue, 30 Nov 2004 10:04:46 -0500 (EST) Message-ID: <41AC8C0C.6040003@gnat.com> Date: Tue, 30 Nov 2004 16:20:00 -0000 From: Robert Dewar User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Dave Korn Cc: 'Sam Lauber' , gcc@gcc.gnu.org Subject: Re: Useless assembly References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-11/txt/msg01205.txt.bz2 Dave Korn wrote: > I guess now would not be a good time to mention stackless python ? :-) Well of course it is possible to implement without local stack frames, but the calling sequence for C does not work that way!