This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new c8a169d38 Fix string-utf8-length to have unboxed representation
c8a169d38 is described below

commit c8a169d38825d5a21da5392b355ca5fc9f33fa55
Author: Andy Wingo <wi...@pobox.com>
AuthorDate: Thu Feb 20 12:38:28 2025 +0100

    Fix string-utf8-length to have unboxed representation
    
    * module/language/cps/utils.scm (primcall-raw-representations): Add
    string-utf8-length.
---
 module/language/cps/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/language/cps/utils.scm b/module/language/cps/utils.scm
index f9092d0b3..1f09fe7c2 100644
--- a/module/language/cps/utils.scm
+++ b/module/language/cps/utils.scm
@@ -405,7 +405,7 @@ by a label, respectively."
       word-ref word-ref/immediate
       untag-char
       vector-length vtable-size bv-length
-      string-length string-ref
+      string-length string-utf8-length string-ref
       symbol-hash)
      '(u64))
     ((untag-fixnum

Reply via email to