Implement binary-hash-by-X; some hair to guarantee fixnum result.
authorChris Hanson <org/chris-hanson/cph>
Tue, 27 Nov 2018 07:18:35 +0000 (23:18 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 30 Nov 2018 05:11:11 +0000 (21:11 -0800)
commitff9e85873c429fbc798ac558ab91ecd2422bd99b
tree63f1a73ee667437673954acd9b294ed6e8dc3c62
parent08f4e833f2bceb08b4334f3b1d828454e4918677
Implement binary-hash-by-X; some hair to guarantee fixnum result.

Not nearly as fast as the underlying unary hash, but for now that's OK.  If need
be we can make it faster.
src/microcode/utabmd.c
src/runtime/hash-table.scm
src/runtime/microcode-tables.scm
src/runtime/runtime.pkg