This is the mail archive of the binutils@sources.redhat.com 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: [patch] ld speedup 1/3 (suffix merge)


On Wed, Sep 10, 2003 at 10:29:41AM -0700, David Mosberger wrote:
> The time spent in vfprintf and _IO_str_overflow is also interesting:
> those come from get_local_sym_hash(), which does:
> 
>   sprintf (addr_name, "%x:%lx", ..)
> 
> Surely we can do better than that... ;-)

Such as using hashtab.c for loc_hash_table.

	Jakub


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