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