mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
This commit is contained in:
@@ -18,7 +18,7 @@ struct mrb_data_type {
|
||||
|
||||
struct RData {
|
||||
MRUBY_OBJECT_HEADER;
|
||||
struct kh_iv *iv;
|
||||
struct iv_tbl *iv;
|
||||
struct mrb_data_type *type;
|
||||
void *data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user