From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17658 invoked by alias); 12 Apr 2011 19:06:54 -0000 Received: (qmail 17520 invoked by uid 22791); 12 Apr 2011 19:06:53 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 19:06:49 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id p3CJ6ljO005528 for ; Tue, 12 Apr 2011 12:06:47 -0700 Received: from yia28 (yia28.prod.google.com [10.243.65.28]) by wpaz1.hot.corp.google.com with ESMTP id p3CJ6kw1000915 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 12 Apr 2011 12:06:46 -0700 Received: by yia28 with SMTP id 28so3685183yia.21 for ; Tue, 12 Apr 2011 12:06:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.114.6 with SMTP id m6mr5935311ybc.184.1302635205779; Tue, 12 Apr 2011 12:06:45 -0700 (PDT) Received: by 10.150.212.19 with HTTP; Tue, 12 Apr 2011 12:06:45 -0700 (PDT) In-Reply-To: <20110412184923.33F942225D6@jade.mtv.corp.google.com> References: <20110412184923.33F942225D6@jade.mtv.corp.google.com> Date: Tue, 12 Apr 2011 19:06:00 -0000 Message-ID: Subject: Re: [patch] Split Parse Timevar (issue4378056) From: Diego Novillo To: Lawrence Crowl Cc: reply@codereview.appspotmail.com, jason@redhat.com, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-04/txt/msg00926.txt.bz2 On Tue, Apr 12, 2011 at 14:49, Lawrence Crowl wrote: > This patch provides more finer, more precise compile time information. > I sent an advisory mail some time ago, and it was good then. =C2=A0Please > confirm for trunk. The patch looks fine to me, but of course it's Jason the one you need an OK from. Diego.