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 5b0c261b0 Mark symbol-hash primcall as having unboxed result
5b0c261b0 is described below

commit 5b0c261b04e02e467db672c7abb328a4a16a1caa
Author: Andy Wingo <wi...@pobox.com>
AuthorDate: Fri Nov 17 15:28:59 2023 +0100

    Mark symbol-hash primcall as having unboxed result
    
    * module/language/cps/utils.scm (primcall-raw-representations): Add
    symbol-hash.
---
 module/language/cps/utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/language/cps/utils.scm b/module/language/cps/utils.scm
index b04c35dc3..ec8c2b3af 100644
--- a/module/language/cps/utils.scm
+++ b/module/language/cps/utils.scm
@@ -399,7 +399,8 @@ by a label, respectively."
       word-ref word-ref/immediate
       untag-char
       vector-length vtable-size bv-length
-      string-length string-ref)
+      string-length string-ref
+      symbol-hash)
      '(u64))
     ((untag-fixnum
       assume-s64

Reply via email to