Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    49774478
    Special case the handling of hash tables within equalp. This brings · 49774478
    dtc authored
    equalp in line with the CL spec. and is necessary because the new hash
    implementation maintains a reference back to the hash table within the
    hash vector (for the garbage collector) which could cause infinite
    recursion by equalp. Based on some good spotting and a patch from
    Raymond Toy.
    49774478
    History
    Special case the handling of hash tables within equalp. This brings
    dtc authored
    equalp in line with the CL spec. and is necessary because the new hash
    implementation maintains a reference back to the hash table within the
    hash vector (for the garbage collector) which could cause infinite
    recursion by equalp. Based on some good spotting and a patch from
    Raymond Toy.