• Paul Eggert's avatar
    Use same hash function for hashfn_profiler as for hash_string etc. · 04a2d0d3
    Paul Eggert authored
    * fns.c (SXHASH_COMBINE): Remove.  All uses replaced by sxhash_combine.
    * lisp.h (sxhash_combine): New inline function, with the contents
    of the old SXHASH_COMBINE.
    * profiler.c (hashfn_profiler): Use it, instead of having a
    special hash function containing a comparison that always yields 1.
    04a2d0d3
fns.c 134 KB