Implement hash-simple-object.
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 May 2018 07:47:12 +0000 (00:47 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 May 2018 07:47:12 +0000 (00:47 -0700)
commit9c5c3152f122927af60c8f5a7e55fad09f6b9857
tree09339667cfa146ca70dbe38bf38573d3cf443c35
parent503e73bcb1dee0065719c01e9cf4e6eaca61155e
Implement hash-simple-object.

This works for any object that can be viewed as a contiguous sequence of bytes
in memory, so includes strings, bytevectors, symbols, bignums, flonums, and
non-pointer objects.

This is not tested but also not yet used.
src/microcode/extern.h
src/microcode/intern.c
src/microcode/prim.c
src/microcode/utils.c