This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trunk][patch] Remove unnecessary calls to assemble_external


2009/4/2 Rafael Espindola <espindola@google.com>:
> Tested with a bootstrap and a regression test on linux 86-64.
> Currently testing on darwin ppc.
> OK for trunk if both are OK?

The context for this is similar to the other patches I am posting:
Something that is needed for LTO but might also be considered a nice
cleanup for trunk.

In this case, it is just avoids calling assemble_external from the FE.
>From LTO's perspective it is necessary that all external references be
visible in the IL (which makes the FE assembling them redundant). For
trunk, this is good just a better separation of FE and BE.

Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]