From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9983 invoked by alias); 14 Oct 2009 09:43:01 -0000 Received: (qmail 9974 invoked by uid 22791); 14 Oct 2009 09:43:01 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-vw0-f183.google.com (HELO mail-vw0-f183.google.com) (209.85.212.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Oct 2009 09:42:57 +0000 Received: by vws13 with SMTP id 13so2483838vws.14 for ; Wed, 14 Oct 2009 02:42:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.113.71 with SMTP id z7mr12432062vcp.80.1255513376010; Wed, 14 Oct 2009 02:42:56 -0700 (PDT) In-Reply-To: <4AD4FCCC.3040505@redhat.com> References: <4AC41EE0.8010000@redhat.com> <4AD4FCCC.3040505@redhat.com> Date: Wed, 14 Oct 2009 09:48:00 -0000 Message-ID: <84fc9c000910140242l69bc9bd3ra2d54c3376e83c8e@mail.gmail.com> Subject: Re: Ping 2: IRA-based register pressure calculation for RTL loop invariant motion From: Richard Guenther To: Vladimir Makarov Cc: gcc-patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00897.txt.bz2 On Wed, Oct 14, 2009 at 12:18 AM, Vladimir Makarov wr= ote: > The patch was posted on > > http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01889.html > > I've got Zdenek's review for loop-invariant.c (this is the biggest part of > the patch) and params.def. =A0I am still waiting an approval for the rest > files. The rest is ok. Thanks, Richard.