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: RFA: Fix other/44566


Jan Hubicka <hubicka@ucw.cz> writes:
>
> I've setup WHOPR bootstrap and I use it daily.  It is sort of in useable stage.
> Main observation is that we build backend _really_ many times.  Our LTO
> code is still doing one build to produce .o and then compile again, so it
> is automatically about twice sloer.

I also noticed that LTO always compiles twice for other projects. I
understand this is needed for compatibility with old Makefiles that do
not invoke the linking step correctly. But it still seems like quite a
waste for updated Makefiles. Would it be possible to turn the first code
generation step off and only rely on the link to code generation?

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.


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