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: [PATCH/RFC] faster language identification


Elias Athanasopoulos wrote:
> 
> Hi Daniel,
> 
> On Thu, Nov 07, 2002 at 02:48:38PM -0500, Daniel Jacobowitz wrote:
> > No, the patch converts the psymtab to a symtab and uses the language in
> > the symtab.  That's what I want you NOT to do.  psymtab_to_symtab is
> > expensive!
> 
> Ah right! My bad. :-(

Perhaps the patch could be added to psymtab_to_symtab, 
so that it would not try to get the language until 
the symbols were going to be read anyway?


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