From a3f66e09f6596259677f00255a9b6231a2739774 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 19 Oct 2023 16:01:35 -0700 Subject: geniv objects can become too complex --- internal/variable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/variable.h b/internal/variable.h index c467489b77..c9a3a4676d 100644 --- a/internal/variable.h +++ b/internal/variable.h @@ -48,6 +48,7 @@ VALUE rb_mod_set_temporary_name(VALUE, VALUE); struct gen_ivtbl; int rb_gen_ivtbl_get(VALUE obj, ID id, struct gen_ivtbl **ivtbl); int rb_obj_evacuate_ivs_to_hash_table(ID key, VALUE val, st_data_t arg); +void rb_evict_ivars_to_hash(VALUE obj, rb_shape_t * shape); RUBY_SYMBOL_EXPORT_BEGIN /* variable.c (export) */ -- cgit v1.2.3