From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13493 invoked by alias); 15 Dec 2009 18:36:10 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 13478 invoked by uid 22791); 15 Dec 2009 18:36:08 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Roland McGrath Cc: Daniel Jacobowitz , archer@sourceware.org Subject: Re: Initial psymtab replacement results References: <20091211235901.GA16889@caradoc.them.org> <20091215010438.9EFB71DE@magilla.sf.frob.com> Reply-To: Tom Tromey Date: Tue, 15 Dec 2009 18:36:00 -0000 In-Reply-To: <20091215010438.9EFB71DE@magilla.sf.frob.com> (Roland McGrath's message of "Mon, 14 Dec 2009 17:04:38 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q4/txt/msg00106.txt.bz2 >>>>> "Roland" == Roland McGrath writes: >> If we look at this as a gdb-specific format, then I suspect that is >> actually a harder sell for Fedora. It means more space and another >> post-processing pass when making the debuginfo RPMs. Roland> I'm quite sure we can roll it into the one post-processing pass Roland> when we do the expected change to make that rewrite the DWARF Roland> data more than it does already anyway. In fact, for Fedora it's Roland> probably easier to do this than anything else (i.e. nobody else Roland> but me will ever try to understand it anyway!). But, really, in Roland> the Fedora-centric context we have numerous options and really Roland> not all that many constraints on approaches. Ok, sounds great. I will try the cache approach. Tom