wingo pushed a change to branch wip-whippet in repository guile. from 1abd5a310 Merge remote-tracking branch 'whippet/main' into wip-whippet new c49a372da Add gc_resolve_conservative_ref API new 177643d41 Merge remote-tracking branch 'whippet/main' into wip-whippet new 0a0ecc518 Arrange to pin objects captured by a delimited continuation
The 3 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/continuations.c | 8 +-- libguile/continuations.h | 9 ++-- libguile/frames.c | 4 +- libguile/stacks.c | 9 +--- libguile/vm.c | 90 +++++++++++++++++-------------- libguile/vm.h | 68 ++++++++++++++++------- libguile/whippet/api/gc-api.h | 4 ++ libguile/whippet/src/bdw.c | 19 +++++++ libguile/whippet/src/large-object-space.h | 33 ++++++++++-- libguile/whippet/src/mmc.c | 17 ++++++ libguile/whippet/src/nofl-space.h | 62 ++++++++++++++++----- libguile/whippet/src/pcc.c | 6 +++ libguile/whippet/src/semi.c | 6 +++ 13 files changed, 243 insertions(+), 92 deletions(-)