PATCH: Speed up ELF section merge
Alan Modra
amodra@bigpond.net.au
Mon May 2 02:17:00 GMT 2005
On Sat, Apr 30, 2005 at 12:40:30PM -0700, H. J. Lu wrote:
> + bfd_hash_set_default_size (16699);
> +
This changes the default for all hash tables created after this point.
I don't think that is wise, and in any case doesn't match your stated
aim of increasing the merge hash table.
> if (! bfd_hash_table_init (&table->table, sec_merge_hash_newfunc))
Instead use bfd_hash_table_init_n here.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list