From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6607 invoked by alias); 10 Jun 2003 00:24:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6594 invoked from network); 10 Jun 2003 00:24:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jun 2003 00:24:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5A0OEH20746 for ; Mon, 9 Jun 2003 20:24:14 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5A0OEI04605 for ; Mon, 9 Jun 2003 20:24:14 -0400 Received: from localhost.redhat.com (IDENT:7KzEfp1jo2eHCzdPAhHO7wKn5L282Vz6@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5A0ODE25978; Mon, 9 Jun 2003 20:24:13 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 3A6242C985; Mon, 9 Jun 2003 20:30:32 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16101.9895.845174.90842@localhost.redhat.com> Date: Tue, 10 Jun 2003 00:24:00 -0000 To: Joel Brobecker Cc: Elena Zannoni , David Carlton , gdb-patches@sources.redhat.com, Jim Blandy Subject: Re: [rfa] struct dictionary In-Reply-To: <20030610000524.GS947@gnat.com> References: <16101.3585.739945.993550@localhost.redhat.com> <20030609225505.GA12898@nevyn.them.org> <20030610000524.GS947@gnat.com> X-SW-Source: 2003-06/txt/msg00316.txt.bz2 Joel Brobecker writes: > > > Does anybody have a setup for testing mdebug? Daniel? > > > > Not me. Joel might? Since OSF/Tru64 is about the only thing left > > using it that we care about... > > We have a Tru64 machine, but no C++ compiler... Is this still ok? > yes, this is generic stuff. Even though maybe some c++ symbols would make any performance difference more pronounced. The important change is the removal of the sorting for the symbol lists. elena > -- > Joel