From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13779 invoked by alias); 11 Apr 2011 22:09:30 -0000 Received: (qmail 13770 invoked by uid 22791); 11 Apr 2011 22:09:30 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Apr 2011 22:09:24 +0000 Received: from eggs.gnu.org ([140.186.70.92]:40893) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Q9PIR-0003zK-TH for gcc-patches@gnu.org; Mon, 11 Apr 2011 18:09:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9PIQ-0000IX-Rn for gcc-patches@gnu.org; Mon, 11 Apr 2011 18:09:23 -0400 Received: from qmta15.westchester.pa.mail.comcast.net ([76.96.59.228]:53613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9PIQ-0000Hw-O9 for gcc-patches@gnu.org; Mon, 11 Apr 2011 18:09:22 -0400 Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta15.westchester.pa.mail.comcast.net with comcast id WKn41g0011ap0As5FN9PhR; Mon, 11 Apr 2011 22:09:23 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta22.westchester.pa.mail.comcast.net with comcast id WN8v1g00b0BKwT43iN92y8; Mon, 11 Apr 2011 22:09:18 +0000 Subject: Re: ObjC: do not prepare instance variables for output unless there is an actual error message to print Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <1302546006.772517913@192.168.4.58> Date: Mon, 11 Apr 2011 22:09:00 -0000 Cc: "gcc-patches@gnu.org" Content-Transfer-Encoding: 7bit Message-Id: References: <1302546006.772517913@192.168.4.58> To: Nicola Pero X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.96.59.228 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/msg00820.txt.bz2 On Apr 11, 2011, at 11:20 AM, Nicola Pero wrote: > This is another very small optimization. Whenever the ObjC compiler > found an instance variable, it was preparing it for printing it > in error messages. > Ok to commit ? Ok.