bug#75761: request make-bytevector/pointers

2025-01-22 Thread Matt Wette
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)

2025-01-22 Thread Matt Wette
Another option would be to add a procedure to add "watch location" in a bytevector. The GC could just look at those locations. Matt