On Mon, Jun 6, 2011 at 13:02, Diego Novillo <dnovi...@google.com> wrote: > On Mon, Jun 6, 2011 at 10:27, Diego Novillo <dnovi...@google.com> wrote: >> On Mon, Jun 6, 2011 at 04:50, Richard Guenther <rguent...@suse.de> 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. > > You mean this? Currently under testing.
> > > * lto.c (uniquify_nodes): Move code to register decls to > the loop that computes canonical types. LTO profiledbootstrap and regression tested on x86_64. OK for trunk? Diego.