From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9584 invoked by alias); 8 Jul 2011 06:36:26 -0000 Received: (qmail 9524 invoked by uid 22791); 8 Jul 2011 06:36:25 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jul 2011 06:36:06 +0000 Received: by yxi19 with SMTP id 19so796880yxi.20 for ; Thu, 07 Jul 2011 23:36:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.74.38 with SMTP id w38mr1417925ana.5.1310106966096; Thu, 07 Jul 2011 23:36:06 -0700 (PDT) Received: by 10.100.208.20 with HTTP; Thu, 7 Jul 2011 23:36:06 -0700 (PDT) In-Reply-To: References: Date: Fri, 08 Jul 2011 06:37:00 -0000 Message-ID: Subject: Re: [df-scan.c] Optimise DF_REFs ordering in collection_rec, use HARD_REG_SETs instead of bitmaps From: Steven Bosscher To: Dimitrios Apostolou Cc: gcc-patches@gcc.gnu.org, Paolo Bonzini Content-Type: text/plain; charset=ISO-8859-1 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-07/txt/msg00583.txt.bz2 On Fri, Jul 8, 2011 at 5:20 AM, Dimitrios Apostolou wrote: > The attached patch does two things for df_get_call_refs(): How did you test this patch? Normally, a patch submission comes with text like, "Bootstrapped & tested on ..., no regressions.". Also, you chould write a ChangeLog entry, best included in your mail somewhere at the end ;-) Ciao! Steven