[Guile-commits] 01/06: Fix crash in gc_visit_ephemeron_key on objects in extern space

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit 140a412ecd5f87a2a8f866e9307024d25cef0a18 Author: Andy Wingo AuthorDate: Fri May 23 09:38:02 2025 +0200 Fix crash in gc_visit_ephemeron_key on objects in extern space --- src/mmc.c | 3 ++- src/pcc.c | 4 +++- src/semi

[Guile-commits] 03/06: Merge remote-tracking branch 'whippet/main' into wip-whippet

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit 8c4866cd5c7421a4b08893e6534a9117d16f82fa Merge: 6841c9509 f12399ef7 Author: Andy Wingo AuthorDate: Fri May 23 09:39:59 2025 +0200 Merge remote-tracking branch 'whippet/main' into wip-whippet libguile/whippet/src/mmc.c

[Guile-commits] 02/06: mmc: Only add headroom to unfragmentable heaps if no progress

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit f12399ef7dfdf792c1bc0782a49e18a3c2bce632 Author: Andy Wingo AuthorDate: Fri May 23 09:38:36 2025 +0200 mmc: Only add headroom to unfragmentable heaps if no progress --- src/mmc.c | 4 +++- 1 file changed, 3 insertions(+

[Guile-commits] 04/06: Fix missing static annotation on root_worklist_alloc

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit 285ca6547253fe83e0c803b4ee2513af7a1fffa6 Author: Andy Wingo AuthorDate: Fri May 23 09:44:20 2025 +0200 Fix missing static annotation on root_worklist_alloc --- src/root-worklist.h | 2 +- 1 file changed, 1 insertion(+),

[Guile-commits] branch wip-whippet updated (6841c9509 -> 3147d313f)

2025-05-23 Thread Andy Wingo
wingo pushed a change to branch wip-whippet in repository guile. from 6841c9509 Merge remote-tracking branch 'whippet/main' into wip-whippet new 140a412ec Fix crash in gc_visit_ephemeron_key on objects in extern space new f12399ef7 mmc: Only add headroom to unfragmentable heaps if n

[Guile-commits] 06/06: Add Guile's CFLAGS to WHIPPET_IMPL_CFLAGS

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit 3147d313f9d6b9700f7a2cf5d81222a8be70287d Author: Andy Wingo AuthorDate: Fri May 23 09:44:50 2025 +0200 Add Guile's CFLAGS to WHIPPET_IMPL_CFLAGS * libguile/Makefile.am (WHIPPET_IMPL_CFLAGS): Add GCC_CFLAGS, to e

[Guile-commits] 05/06: Merge remote-tracking branch 'whippet/main' into wip-whippet

2025-05-23 Thread Andy Wingo
wingo pushed a commit to branch wip-whippet in repository guile. commit 5d94b78095023bebbeddf844a9b69274598fead8 Merge: 8c4866cd5 285ca6547 Author: Andy Wingo AuthorDate: Fri May 23 09:44:31 2025 +0200 Merge remote-tracking branch 'whippet/main' into wip-whippet libguile/whippet/src/root-w