[Guile-commits] branch main updated (5b0c261b0 -> 5959531c5)

2023-11-20 Thread Andy Wingo
wingo pushed a change to branch main in repository guile. from 5b0c261b0 Mark symbol-hash primcall as having unboxed result new 4d834bdc1 Add logand/immediate, ulogand/immediate primcalls new 5959531c5 Allow target runtime to override symbol hash The 2 revisions listed above as

[Guile-commits] 01/02: Add logand/immediate, ulogand/immediate primcalls

2023-11-20 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 4d834bdc12acef0f7353da8a22ef0480f818bdb8 Author: Andy Wingo AuthorDate: Mon Nov 20 13:17:42 2023 +0100 Add logand/immediate, ulogand/immediate primcalls * libguile/jit.c (compile_ulogand_immediate,

[Guile-commits] 02/02: Allow target runtime to override symbol hash

2023-11-20 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 5959531c54d1a164e638731b8d79633f454a3dbd Author: Andy Wingo AuthorDate: Mon Nov 20 14:07:03 2023 +0100 Allow target runtime to override symbol hash Also rework so that the symbol hash uses the low bits instead of high

[Guile-commits] 02/02: Fix bug lowering logand/immediate to ulogand/immediate

2023-11-20 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit d579848cb5d65440af5afd9c8968628665554c22 Author: Andy Wingo AuthorDate: Mon Nov 20 16:45:35 2023 +0100 Fix bug lowering logand/immediate to ulogand/immediate * module/language/cps/specialize-numbers.scm

[Guile-commits] 01/02: Fix mistype in specialize-numbers

2023-11-20 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 89501a83ceec5ac4d3449e92ba2109fb77448b31 Author: Andy Wingo AuthorDate: Mon Nov 20 15:11:08 2023 +0100 Fix mistype in specialize-numbers * module/language/cps/specialize-numbers.scm

[Guile-commits] branch main updated (5959531c5 -> d579848cb)

2023-11-20 Thread Andy Wingo
wingo pushed a change to branch main in repository guile. from 5959531c5 Allow target runtime to override symbol hash new 89501a83c Fix mistype in specialize-numbers new d579848cb Fix bug lowering logand/immediate to ulogand/immediate The 2 revisions listed above as "new" are