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] Fix reading of cgraph when multiple files are passed to lto1


On Fri, Oct 24, 2008 at 07:09, Rafael Espindola <espindola@google.com> wrote:

> 2008-10-24 Rafael Espindola  <espindola@google.com>
>
>        * lto-lang.c (input_cgraph_1): Iterate over nodes, not cgraph_nodes.

There are other loops that go over the whole call graph here.  Those
also need adjusting.  If anything, to save doing superfluous work.


Diego.


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