Implement MAKE-EQUAL-HASH-TABLE. Change EQV? hash tables to hold onto
authorChris Hanson <org/chris-hanson/cph>
Sun, 10 Oct 1993 10:08:20 +0000 (10:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 10 Oct 1993 10:08:20 +0000 (10:08 +0000)
commit4331278d8094eded788f14a2fea9e7093a44bcf1
tree384b560591c456462cfabc1cb5263ffa56da3387
parentc41a14a98ec68f762efe6a95c81bf376e68efdea
Implement MAKE-EQUAL-HASH-TABLE.  Change EQV? hash tables to hold onto
numbers strongly; other pointer objects are still held weakly.
v7/src/runtime/hashtb.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg