Teach stackify about bytevectors.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 8 Jan 2019 05:38:38 +0000 (05:38 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 9 Jan 2019 03:56:00 +0000 (03:56 +0000)
commit4ca7d6277e6907ea5c2a9c67884a415bd08a7162
tree4b2c815c12ee4723a84c3a2a731e7d2b9f19ccf3
parentbc661f7dbf2ed5ff6e46de73c27ecc10b560fd20
Teach stackify about bytevectors.

XXX Really it should use bytevectors as the basic type now, and we
should teach it about strings, but this is more expedient since it
was written when string == bytevector and mostly this works out.
src/compiler/machines/C/stackify.scm
src/compiler/machines/C/stackops.scm
src/microcode/liarc.h
src/microcode/stackops.h
src/microcode/unstackify.c