Implement non-pointer hash tables.
authorChris Hanson <org/chris-hanson/cph>
Fri, 10 Feb 2017 08:11:39 +0000 (00:11 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 10 Feb 2017 08:11:39 +0000 (00:11 -0800)
commit871509429a1404a6cd5137377505f355a46d708f
treedbded88b85b6f2ff0bb950624cda275f6ea14235
parent901f7e5c8fde5f5930aa73d2cbb38926c025b789
Implement non-pointer hash tables.

These are like strong eq? hash tables but they don't rehash after gc.
src/runtime/hashtb.scm
src/runtime/runtime.pkg