1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-08 13:10:19 +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

@ -23,7 +23,6 @@ gc_is_valid_conservative_ref_displacement(uintptr_t displacement) {
// No external objects in simple benchmarks.
static inline int gc_extern_space_visit(struct gc_extern_space *space,
struct gc_edge edge,
struct gc_ref ref) {
GC_CRASH();
}