This is the mail archive of the gdb-patches@sources.redhat.com 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: [rfa] struct dictionary


On Mon, 9 Jun 2003 20:30:31 -0400, Elena Zannoni <ezannoni@redhat.com> said:
> 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.

No, it will be fine performance-wise: I replaced the sorted lists by
hash tables.  I'm just worried about correctness for mdebugread.c: I
had to touch it in enough places that I might have screwed up
everything and GDB will die a horrible death somewhere.

David Carlton
carlton@math.stanford.edu


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