1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00

Add offset to field-logging fast path

This commit is contained in:
Andy Wingo 2025-01-10 15:42:25 +01:00
parent 209be38640
commit e4048b5296
6 changed files with 17 additions and 2 deletions

View file

@ -62,6 +62,9 @@ static inline size_t gc_write_barrier_card_size(void) {
static inline size_t gc_write_barrier_field_table_alignment(void) {
GC_CRASH();
}
static inline ptrdiff_t gc_write_barrier_field_table_offset(void) {
GC_CRASH();
}
static inline size_t gc_write_barrier_field_fields_per_byte(void) {
GC_CRASH();
}