This is the mail archive of the gcc@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][RFC] Do not emit hybrid object files


On Fri, Oct 17, 2008 at 12:07 PM, Diego Novillo <dnovillo@google.com> wrote:
> We are currently emitting object files that contain both final code
> and IL.  I believe this is wasteful and does not really serve a useful
> purpose.  However, I think we started emitting hybrid object files for
> some reason.  Does anyone remember why?

Yes, so you can just link the files without any LTO at all.  That is
you can have the object files act like real object files in the
process of compiling.

Thanks,
Andrew Pinski


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