This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: RFC: DWARF Extensions for Separate Debug Info Files ("Fission")


On Thu, Sep 22, 2011 at 6:35 PM, Jason Molenda <jmolenda@apple.com> wrote:

> Because the linker doesn't need to copy around/update/modify the DWARF,
> link times are very fast.

AFAIU, the link times are fast only if all the files are local to the
developers' machine.

They will not be fast (and the .o files *will* need to be copied) if a
distributed compilation system (a build farm) is used (as is the case here).

Thanks,
-- 
Paul Pluzhnikov


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