bug#75761: request make-bytevector/pointers
make-bytevector allocates pointerless memory. For using bytevectors to store structures used with C libraries we really need pointer-search, I believe. Please add. Matt
bug#75761: Acknowledgement (request make-bytevector/pointers)
Another option would be to add a procedure to add "watch location" in a bytevector. The GC could just look at those locations. Matt