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
@@ -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;
};