Matt Wette wrote 2 months agoRecipients:(address . bug-guile@gnu.org)Message-ID:8bf9d4ff-32d1-414f-835a-757b6d58f8f2@gmail.commake-bytevector allocates pointerless memory.For using bytevectors to store structures used with C libraries we really need pointer-search, I believe.Please add.Matt
Matt Wette wrote 2 months agoRe: bug#75761: Acknowledgement (request make-bytevector/pointers)Recipients:(address . 75761@debbugs.gnu.org)Message-ID:28cab08b-d46f-45e7-8c9a-8c7e36c4275c@gmail.comAnother option would be to add a procedure to add "watch location" in a bytevector.The GC could just look at those locations.Matt
Your commentCommenting via the web interface is currently disabled.To comment on this conversation send an email to 75761@debbugs.gnu.orgTo respond to this issue using the mumi CLI, first switch to itmumi current 75761Then, you may apply the latest patchset in this issue (with sign off)mumi am -- -sOr, compose a reply to this issuemumi composeOr, send patches to this issuemumi send-email *.patchYou may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tagsmumi command -t +confirmed -t +easyOr, remove the moreinfo tag and set the help tagmumi command -t -moreinfo -t +help