wingo pushed a commit to branch wip-whippet in repository guile. commit 47aa6f041fa866899723a2f3c6a59c0edb8e8549 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Fri Jan 10 15:57:33 2025 +0100
Add ALWAYS_INLINE to gc_field_set_visit_edge_buffer --- src/field-set.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/field-set.h b/src/field-set.h index ee7df811d..60727fcaa 100644 --- a/src/field-set.h +++ b/src/field-set.h @@ -167,6 +167,14 @@ gc_field_set_clear(struct gc_field_set *set, } } +static inline void +gc_field_set_visit_edge_buffer(struct gc_field_set *set, + struct gc_edge_buffer *buf, + void (*visit)(struct gc_edge, + struct gc_heap*, + void *data), + struct gc_heap *heap, + void *data) GC_ALWAYS_INLINE; static inline void gc_field_set_visit_edge_buffer(struct gc_field_set *set, struct gc_edge_buffer *buf,