From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8257 invoked by alias); 6 Jun 2011 14:27:50 -0000 Received: (qmail 8249 invoked by uid 22791); 6 Jun 2011 14:27:50 -0000 X-SWARE-Spam-Status: No, hits=-2.2 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; Mon, 06 Jun 2011 14:27:29 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id p56ERQFc017063 for ; Mon, 6 Jun 2011 07:27:27 -0700 Received: from ywf7 (ywf7.prod.google.com [10.192.6.7]) by kpbe16.cbf.corp.google.com with ESMTP id p56EQvn0030458 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 6 Jun 2011 07:27:25 -0700 Received: by ywf7 with SMTP id 7so1820008ywf.41 for ; Mon, 06 Jun 2011 07:27:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.141.10 with SMTP id o10mr4292008ybd.70.1307370444785; Mon, 06 Jun 2011 07:27:24 -0700 (PDT) Received: by 10.151.41.13 with HTTP; Mon, 6 Jun 2011 07:27:24 -0700 (PDT) In-Reply-To: References: <20110603144858.544B11DA1CC@topo.tor.corp.google.com> Date: Mon, 06 Jun 2011 14:27:00 -0000 Message-ID: Subject: Re: [lto] Unify decl and type registration (issue4515186) From: Diego Novillo To: Richard Guenther Cc: reply@codereview.appspotmail.com, Jan Hubicka , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 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-06/txt/msg00411.txt.bz2 On Mon, Jun 6, 2011 at 04:50, Richard Guenther wrote: > I'd have it done in the loop that computes canonical types, at this > place we do not gain the advantage that the decl register functions > get completely fixed up trees. Hm, yes, I had forgotten about the call to rest_of_decl_compilation. Patch coming up. Diego.