This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Question about life-time of symbol name strings in BFD


"Doug Kwan (Ãö®¶¼w)" <dougkwan@google.com> writes:

>     :I am working on speeding up nm -l in the case a large binary. I
> added a bit of code that uses the BFD hash table in dwarf2.c. The
> speed comes with a price in terms of memory usage. However, I found
> that I can reduce the extra memory required significantly if I do not
> copy hash keys. My question is whether this is safe. Can I assume that
> symbol->name is a constant pointer?

Yes.

Ian


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