1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 04:30:18 +02:00

gc_extern_space_visit doesn't take an edge

The whole extern space interface is a bit wonky but for now let's assume
that external objects can't move and therefore we don't need the edge.
This commit is contained in:
Andy Wingo 2025-05-21 14:04:24 +02:00
parent 8b9fe196a1
commit 0277953efc
5 changed files with 7 additions and 10 deletions

View file

@ -22,7 +22,6 @@ GC_EMBEDDER_API inline int gc_is_valid_conservative_ref_displacement(uintptr_t d
GC_EMBEDDER_API inline size_t gc_finalizer_priority_count(void);
GC_EMBEDDER_API inline int gc_extern_space_visit(struct gc_extern_space *space,
struct gc_edge edge,
struct gc_ref ref) GC_ALWAYS_INLINE;
GC_EMBEDDER_API inline void gc_extern_space_start_gc(struct gc_extern_space *space,
int is_minor_gc);