Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    eff841d2
    code/hash-new.lisp: · eff841d2
    rtoy authored
    o Replace the magic value #x80000000 with +eq-based-hash-value+.
    
    lisp/gencgc.c:
    o Replace the magic value 0x80000000 with EQ_BASED_HASH_VALUE.
    o When freeing the hash entry, we forgot to reset the hash-vector
      entry to EQ_BASED_HASH_VALUE.
    eff841d2
    History
    code/hash-new.lisp:
    rtoy authored
    o Replace the magic value #x80000000 with +eq-based-hash-value+.
    
    lisp/gencgc.c:
    o Replace the magic value 0x80000000 with EQ_BASED_HASH_VALUE.
    o When freeing the hash entry, we forgot to reset the hash-vector
      entry to EQ_BASED_HASH_VALUE.