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
@@ -233,7 +233,7 @@ typedef struct mrb_state {
int esize;
struct RObject *exc;
struct kh_iv *globals;
struct iv_tbl *globals;
struct mrb_irep **irep;
size_t irep_len, irep_capa;