wingo pushed a change to branch wip-whippet in repository guile. from f948d414f Fixed documentation for make-guardian. new d58aa7128 Add API to inihibit pre-emption new 1e3ce6622 Merge remote-tracking branch 'whippet/main' into wip-whippet new 2bfc66554 Remove BDW alloc lock API in vm.c new 0e8c6b672 Remove SMOB mark functions
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: libguile/deprecated.h | 8 ++ libguile/smob.c | 201 ++-------------------------- libguile/smob.h | 58 +------- libguile/vm.c | 125 +++++------------ libguile/whippet/api/gc-api.h | 13 ++ libguile/whippet/src/bdw.c | 7 + libguile/whippet/src/mmc.c | 3 + libguile/whippet/src/pcc.c | 3 + libguile/whippet/src/semi.c | 2 + test-suite/standalone/Makefile.am | 14 +- test-suite/standalone/test-smob-mark-race.c | 66 --------- test-suite/standalone/test-smob-mark.c | 136 ------------------- 12 files changed, 87 insertions(+), 549 deletions(-) delete mode 100644 test-suite/standalone/test-smob-mark-race.c delete mode 100644 test-suite/standalone/test-smob-mark.c