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: [lto][patch] Remove nodes for extern inline function before writing to disk


On Thu, Oct 9, 2008 at 08:33, Rafael Espindola <espindola@google.com> wrote:
>> OK.  Thanks.
>
> It  fails :-(
>
> ipa_write_summaries_1 calls lto_output and output_cgraph with the same
> set argument. lto_output cannot invalidate any nodes in the set.

Which calls for doing this in ipa_write_summaries.  I don't see how
useful would it be for any pass to write summary information on an
extern inline function.


Diego.


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