• Paul Eggert's avatar
    Minor weak hash table performance tweaks · 17af43ca
    Paul Eggert authored
    * src/fns.c (make_hash_table): Omit unnecessary assignment to
    h->next_weak when the hash table is not weak.
    (copy_hash_table): Put the copy next to the original in the
    weak_hash_tables list, as this should have better locality
    when scanning the weak hash tables.
    17af43ca
fns.c 144 KB