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:
Yukihiro Matsumoto
2012-08-12 01:59:18 +09:00
parent 3fe4b6414f
commit c9fe903fe1
11 changed files with 579 additions and 268 deletions
+1 -1
View File
@@ -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))