wingo pushed a change to branch wip-whippet in repository guile. from 12e877240 Move array-map / array-cell functions to Scheme module new 9ff7c0651 Give arrays a proper type in C land new d6e59a1d3 Convert bitvectors to use inline-only word-size units
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: libguile/Makefile.am | 1 + libguile/array-handle.c | 14 +- libguile/arrays-internal.h | 86 ++++++++ libguile/arrays.c | 279 +++++++++++++------------- libguile/arrays.h | 26 +-- libguile/bitvectors.c | 433 ++++++++++++++++++++++++----------------- libguile/bitvectors.h | 12 +- libguile/bytevectors.c | 12 +- libguile/init.c | 2 +- libguile/posix.c | 5 +- libguile/print.c | 2 +- module/system/vm/assembler.scm | 51 +++-- 12 files changed, 544 insertions(+), 379 deletions(-) create mode 100644 libguile/arrays-internal.h