From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10557 invoked by alias); 23 Sep 2011 02:26:33 -0000 Received: (qmail 10535 invoked by uid 22791); 23 Sep 2011 02:26:32 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Sep 2011 02:26:09 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id p8N2Q26k014601 for ; Thu, 22 Sep 2011 19:26:07 -0700 Received: from ywe9 (ywe9.prod.google.com [10.192.5.9]) by wpaz9.hot.corp.google.com with ESMTP id p8N2Ktut002477 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 22 Sep 2011 19:20:55 -0700 Received: by ywe9 with SMTP id 9so3194501ywe.14 for ; Thu, 22 Sep 2011 19:20:55 -0700 (PDT) Received: by 10.151.13.10 with SMTP id q10mr2928472ybi.145.1316744454568; Thu, 22 Sep 2011 19:20:54 -0700 (PDT) Received: by 10.151.13.10 with SMTP id q10mr2928465ybi.145.1316744454231; Thu, 22 Sep 2011 19:20:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.95.3 with HTTP; Thu, 22 Sep 2011 19:20:24 -0700 (PDT) In-Reply-To: References: From: Paul Pluzhnikov Date: Fri, 23 Sep 2011 02:26:00 -0000 Message-ID: Subject: Re: RFC: DWARF Extensions for Separate Debug Info Files ("Fission") To: Jason Molenda Cc: Cary Coutant , dwarf-discuss@lists.dwarfstd.org, gcc@gcc.gnu.org, gdb@sourceware.org, Doug Evans , Sterling Augustine Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00100.txt.bz2 On Thu, Sep 22, 2011 at 6:35 PM, Jason Molenda 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