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:
parent
209be38640
commit
e4048b5296
6 changed files with 17 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue