• Paul Eggert's avatar
    Tweak recent hash-table fix · 49e80e76
    Paul Eggert authored
    * src/fns.c (maybe_resize_hash_table): Completely initialize the
    new ‘next’ vector before allocating more vectors, as this
    preserves locality a bit better and it’s safer not to leave an
    uninitialized Lisp object around.  Use next_size instead of
    new_size to compute new index size.
    49e80e76
fns.c 158 KB