From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7617 invoked by alias); 23 Jun 2004 18:36:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 7609 invoked from network); 23 Jun 2004 18:36:05 -0000 Received: from unknown (HELO greed.local) (67.169.96.182) by sourceware.org with SMTP; 23 Jun 2004 18:36:05 -0000 Received: by greed.local (Postfix, from userid 501) id E956223585F; Wed, 23 Jun 2004 11:36:12 -0700 (PDT) To: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Cc: gcc-patches@gcc.gnu.org Subject: Re: Patch to allow Ada to work with tree-ssa References: <10406221938.AA09524@vlsi1.ultra.nyu.edu> From: Geoffrey Keating Date: Wed, 23 Jun 2004 20:58:00 -0000 In-Reply-To: <10406221938.AA09524@vlsi1.ultra.nyu.edu> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-06/txt/msg01876.txt.bz2 kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes: > However, you've penalized the vastly more common case (100% of the > cases in ANSI/ISO C89) at the expense of an uncommon case. > > That's true in Ada as well, of course. But, unfortunately, much of > compiler development concentrates on getting the very uncommon cases right. ... while making the common cases fast.