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:
@@ -44,7 +44,7 @@ struct RBasic {
|
||||
|
||||
struct RObject {
|
||||
MRUBY_OBJECT_HEADER;
|
||||
struct kh_iv *iv;
|
||||
struct iv_tbl *iv;
|
||||
};
|
||||
|
||||
#define mrb_obj_ptr(v) ((struct RObject*)((v).value.p))
|
||||
|
||||
Reference in New Issue
Block a user